|
| static void | main (String[] args) throws IOException |
| |
| broad.core.sequence.TranscribedSequenceComposition.TranscribedSequenceComposition |
( |
String |
bamFile, |
|
|
String |
geneBedFile, |
|
|
String |
genomeFasta, |
|
|
TranscriptionRead |
transcriptionRead |
|
) |
| throws IOException |
- Parameters
-
| bamFile | Bam file |
| geneBedFile | Bed file of genes |
| genomeFasta | Genome fasta file |
| transcriptionRead | Transcription read |
- Exceptions
-
| broad.core.sequence.TranscribedSequenceComposition.TranscribedSequenceComposition |
( |
String |
bamFile, |
|
|
String |
geneBedFile, |
|
|
String |
bedFileRegionsOfInterest, |
|
|
String |
genomeFasta, |
|
|
TranscriptionRead |
transcriptionRead |
|
) |
| throws IOException |
- Parameters
-
| bamFile | Bam file |
| geneBedFile | Bed file of genes |
| bedFileRegionsOfInterest | Bed file of regions within genes |
| genomeFasta | Genome fasta file |
| transcriptionRead | Transcription read |
- Exceptions
-
| char broad.core.sequence.TranscribedSequenceComposition.getTranscribedBaseAtBeginningPosition |
( |
Gene |
parent, |
|
|
Alignment |
read, |
|
|
int |
offset |
|
) |
| throws IOException |
Get transcribed base of parent gene at first position of alignment
- Parameters
-
| parent | Parent gene |
| read | Alignment |
| offset | Offset along the parent transcript from the beginning position |
- Returns
- The transcribed base or N if read orientation does not match parent gene strand
- Exceptions
-
| static void broad.core.sequence.TranscribedSequenceComposition.main |
( |
String[] |
args | ) |
throws IOException |
|
static |
| Collection<String> broad.core.sequence.TranscribedSequenceComposition.allNucleotides |
|
protected |
The documentation for this class was generated from the following file: