| Package | Description |
|---|---|
| picard.analysis | |
| picard.analysis.directed |
| Modifier and Type | Field and Description |
|---|---|
RnaSeqMetricsCollector.StrandSpecificity |
CollectRnaSeqMetrics.STRAND_SPECIFICITY |
| Modifier and Type | Method and Description |
|---|---|
static RnaSeqMetricsCollector.StrandSpecificity |
RnaSeqMetricsCollector.StrandSpecificity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RnaSeqMetricsCollector.StrandSpecificity[] |
RnaSeqMetricsCollector.StrandSpecificity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RnaSeqMetricsCollector(Set<MetricAccumulationLevel> accumulationLevels,
List<SAMReadGroupRecord> samRgRecords,
Long ribosomalBasesInitialValue,
OverlapDetector<Gene> geneOverlapDetector,
OverlapDetector<Interval> ribosomalSequenceOverlapDetector,
HashSet<Integer> ignoredSequenceIndices,
int minimumLength,
RnaSeqMetricsCollector.StrandSpecificity strandSpecificity,
double rrnaFragmentPercentage,
boolean collectCoverageStatistics) |