public class ReferenceGenomeFasta extends Object
| Modifier and Type | Field and Description |
|---|---|
static Set<String> |
HUMAN_NORMAL_CHR
CHR 1-22, X and Y
|
| Constructor and Description |
|---|
ReferenceGenomeFasta(File fastaFile,
Set<String> chrIncludeFilter) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getChromosomes() |
char |
getNucleotide(String chr,
long pos) |
boolean |
loadedChr(String chr) |
public ReferenceGenomeFasta(File fastaFile, Set<String> chrIncludeFilter) throws IOException, Exception
IOExceptionExceptionCopyright © 2015. All Rights Reserved.