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) |
ReferenceGenomeFasta(File fastaFile,
Set<String> chrIncludeFilter) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getChromosomes() |
char |
getNucleotide(String chr,
long pos) |
StringBuilder |
getNucleotides(String chr,
long posStart,
long posStop) |
boolean |
loadedChr(String chr) |
public ReferenceGenomeFasta(File fastaFile, Set<String> chrIncludeFilter) throws IOException, Exception
IOExceptionExceptionpublic ReferenceGenomeFasta(File fastaFile) throws IOException, Exception
IOExceptionExceptionpublic StringBuilder getNucleotides(String chr, long posStart, long posStop) throws Exception
Exceptionpublic boolean loadedChr(String chr)
Copyright © 2016. All Rights Reserved.