|
| static Map | getSequenceForGene (Collection< Gene > alignments, String genomeDirectory, boolean repeatMask, Map< String, IntervalTree< Alignments >> okRepeats) throws Exception |
| |
| static Sequence | getFirstSequence (String fastaFile) throws IOException |
| |
| static Map | splitByChr (Collection< Gene > genes) |
| |
| static String | getSequenceForGene (Gene gene, Sequence chrom, boolean repeatMask, Map< String, IntervalTree< Alignments >> okRepeats, boolean stranded) throws Exception |
| |
| static String | getSequenceForGene (Gene gene, Sequence chrom, boolean repeatMask, Map< String, IntervalTree< Alignments >> okRepeats) throws Exception |
| |
| static String | getSequenceUnoriented (Alignments align, Sequence chrom, boolean repeatMask, Map< String, IntervalTree< Alignments >> okRepeats) throws Exception |
| |
| static String | getSequenceUnoriented (Alignments align, Sequence chrom, boolean repeatMask) throws Exception |
| |
| static String | getSequenceForGene (Gene gene, String genomeDirectory, boolean repeatMask) throws Exception |
| |
| static String | getGenomeSequence (GenomicAnnotation annot, String genomeDirectory, boolean repeatMask) throws Exception |
| |
| static String | getSequenceUnoriented (Alignments align, String genomeDirectory, boolean repeatMask, Map< String, IntervalTree< Alignments >> okRepeats) throws Exception |
| |
| static String | reverseComplement (String seq) |
| |
| static void | writeFasta (String save, Map< String, Collection< Gene >> genesByChr, String genomeDir, boolean repeatMask) throws Exception |
| |
| static void | main (String[] args) throws Exception |
| |
| static Sequence broad.pda.rnai.ExtractSequence.getFirstSequence |
( |
String |
fastaFile | ) |
throws IOException |
|
static |
| static String broad.pda.rnai.ExtractSequence.getGenomeSequence |
( |
GenomicAnnotation |
annot, |
|
|
String |
genomeDirectory, |
|
|
boolean |
repeatMask |
|
) |
| throws Exception |
|
static |
Suggestion: Use classes in net.sf.picard.reference instead, which are WAY faster because they use an indexed FASTA file
- Parameters
-
| annot | |
| genomeDirectory | |
| repeatMask | |
- Returns
- Exceptions
-
| static Map broad.pda.rnai.ExtractSequence.getSequenceForGene |
( |
Collection< Gene > |
alignments, |
|
|
String |
genomeDirectory, |
|
|
boolean |
repeatMask, |
|
|
Map< String, IntervalTree< Alignments >> |
okRepeats |
|
) |
| throws Exception |
|
static |
| static String broad.pda.rnai.ExtractSequence.getSequenceForGene |
( |
Gene |
gene, |
|
|
Sequence |
chrom, |
|
|
boolean |
repeatMask, |
|
|
Map< String, IntervalTree< Alignments >> |
okRepeats, |
|
|
boolean |
stranded |
|
) |
| throws Exception |
|
static |
| static String broad.pda.rnai.ExtractSequence.getSequenceForGene |
( |
Gene |
gene, |
|
|
Sequence |
chrom, |
|
|
boolean |
repeatMask, |
|
|
Map< String, IntervalTree< Alignments >> |
okRepeats |
|
) |
| throws Exception |
|
static |
| static String broad.pda.rnai.ExtractSequence.getSequenceForGene |
( |
Gene |
gene, |
|
|
String |
genomeDirectory, |
|
|
boolean |
repeatMask |
|
) |
| throws Exception |
|
static |
| static String broad.pda.rnai.ExtractSequence.getSequenceUnoriented |
( |
Alignments |
align, |
|
|
Sequence |
chrom, |
|
|
boolean |
repeatMask, |
|
|
Map< String, IntervalTree< Alignments >> |
okRepeats |
|
) |
| throws Exception |
|
static |
| static String broad.pda.rnai.ExtractSequence.getSequenceUnoriented |
( |
Alignments |
align, |
|
|
Sequence |
chrom, |
|
|
boolean |
repeatMask |
|
) |
| throws Exception |
|
static |
| static String broad.pda.rnai.ExtractSequence.getSequenceUnoriented |
( |
Alignments |
align, |
|
|
String |
genomeDirectory, |
|
|
boolean |
repeatMask, |
|
|
Map< String, IntervalTree< Alignments >> |
okRepeats |
|
) |
| throws Exception |
|
static |
| static void broad.pda.rnai.ExtractSequence.main |
( |
String[] |
args | ) |
throws Exception |
|
static |
| static String broad.pda.rnai.ExtractSequence.reverseComplement |
( |
String |
seq | ) |
|
|
static |
| static Map broad.pda.rnai.ExtractSequence.splitByChr |
( |
Collection< Gene > |
genes | ) |
|
|
static |
| static void broad.pda.rnai.ExtractSequence.writeFasta |
( |
String |
save, |
|
|
Map< String, Collection< Gene >> |
genesByChr, |
|
|
String |
genomeDir, |
|
|
boolean |
repeatMask |
|
) |
| throws Exception |
|
static |
The documentation for this class was generated from the following file: