public class GcBiasMetricsCollector extends MultiLevelCollector<GcBiasMetrics,java.lang.Integer,picard.analysis.GcBiasCollectorArgs>
| Modifier and Type | Class and Description |
|---|---|
class |
GcBiasMetricsCollector.PerUnitGcBiasMetricsCollector |
UNKNOWN| Constructor and Description |
|---|
GcBiasMetricsCollector(java.util.Set<MetricAccumulationLevel> accumulationLevels,
int[] windowsByGc,
java.util.List<htsjdk.samtools.SAMReadGroupRecord> samRgRecords,
int scanWindowSize,
boolean bisulfite) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptRecord(htsjdk.samtools.SAMRecord rec,
htsjdk.samtools.reference.ReferenceSequence ref)
Construct a argument of ARGTYPE using the given SAMRecord and ReferenceSequence then pass
this value to all collectors that should include this record
|
protected picard.analysis.GcBiasCollectorArgs |
makeArg(htsjdk.samtools.SAMRecord rec,
htsjdk.samtools.reference.ReferenceSequence ref) |
protected PerUnitMetricCollector<GcBiasMetrics,java.lang.Integer,picard.analysis.GcBiasCollectorArgs> |
makeChildCollector(java.lang.String sample,
java.lang.String library,
java.lang.String readGroup)
Construct a PerUnitMetricCollector with the given arguments.
|
addAllLevelsToFile, finish, getAllReadsCollector, makeAllReadCollector, makeLibraryCollector, makeReadGroupCollector, makeSampleCollector, setuppublic GcBiasMetricsCollector(java.util.Set<MetricAccumulationLevel> accumulationLevels, int[] windowsByGc, java.util.List<htsjdk.samtools.SAMReadGroupRecord> samRgRecords, int scanWindowSize, boolean bisulfite)
protected picard.analysis.GcBiasCollectorArgs makeArg(htsjdk.samtools.SAMRecord rec,
htsjdk.samtools.reference.ReferenceSequence ref)
makeArg in class MultiLevelCollector<GcBiasMetrics,java.lang.Integer,picard.analysis.GcBiasCollectorArgs>protected PerUnitMetricCollector<GcBiasMetrics,java.lang.Integer,picard.analysis.GcBiasCollectorArgs> makeChildCollector(java.lang.String sample, java.lang.String library, java.lang.String readGroup)
MultiLevelCollectormakeChildCollector in class MultiLevelCollector<GcBiasMetrics,java.lang.Integer,picard.analysis.GcBiasCollectorArgs>sample - If aggregating by ALL_READS this will be null, otherwise the sample that will be used to identify
this collectorlibrary - If aggregating by SAMPLE this will be null, otherwise the library that will be used to identify
this collectorreadGroup - If aggregating by LIBRARY this will be null, otherwise the readGroup that will be used to identify
this collectorpublic void acceptRecord(htsjdk.samtools.SAMRecord rec,
htsjdk.samtools.reference.ReferenceSequence ref)
MultiLevelCollectoracceptRecord in class MultiLevelCollector<GcBiasMetrics,java.lang.Integer,picard.analysis.GcBiasCollectorArgs>