public class TwoBitFacade extends Object
| Constructor and Description |
|---|
TwoBitFacade(File file)
Reads a genome from a locally stored .2bit file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes .2bit file twoBitParser.
|
String |
getSequence(String chromosomeName,
int start,
int end)
Extract a sequence from a chromosome, using chromosomal coordinates
|
void |
setChromosome(String chr)
Sets a chromosome for TwoBitParser.
|
Copyright © 2000–2019 BioJava. All rights reserved.