HsMetricCollector (gatk 4.0.5.0 API)



HsMetricCollector (gatk 4.0.5.0 API)


JavaScript is disabled on your browser.




  • public class HsMetricCollector
    extends TargetMetricsCollector<HsMetrics>

    Calculates HS metrics for a given SAM or BAM file. Requires the input of a list of
    target intervals and a list of bait intervals. Can be invoked either on an entire
    iterator of SAMRecords or be passed SAMRecords one at a time.



    • Constructor Summary

      Constructors 
      Constructor and Description
      HsMetricCollector(java.util.Set<MetricAccumulationLevel> accumulationLevels,
      java.util.List<htsjdk.samtools.SAMReadGroupRecord> samRgRecords,
      htsjdk.samtools.reference.ReferenceSequenceFile refFile,
      java.io.File perTargetCoverage,
      java.io.File perBaseCoverage,
      htsjdk.samtools.util.IntervalList targetIntervals,
      htsjdk.samtools.util.IntervalList probeIntervals,
      java.lang.String probeSetName,
      int nearProbeDistance,
      int minimumMappingQuality,
      int minimumBaseQuality,
      boolean clipOverlappingReads,
      boolean noSideEffects,
      int coverageCap,
      int sampleSize)
       
      HsMetricCollector(java.util.Set<MetricAccumulationLevel> accumulationLevels,
      java.util.List<htsjdk.samtools.SAMReadGroupRecord> samRgRecords,
      htsjdk.samtools.reference.ReferenceSequenceFile refFile,
      java.io.File perTargetCoverage,
      java.io.File perBaseCoverage,
      htsjdk.samtools.util.IntervalList targetIntervals,
      htsjdk.samtools.util.IntervalList probeIntervals,
      java.lang.String probeSetName,
      int nearProbeDistance,
      int minimumMappingQuality,
      int minimumBaseQuality,
      boolean clipOverlappingReads,
      int coverageCap,
      int sampleSize)
       



    • Method Summary



      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait



    • Constructor Detail



      • HsMetricCollector

        public HsMetricCollector(java.util.Set<MetricAccumulationLevel> accumulationLevels,
                                 java.util.List<htsjdk.samtools.SAMReadGroupRecord> samRgRecords,
                                 htsjdk.samtools.reference.ReferenceSequenceFile refFile,
                                 java.io.File perTargetCoverage,
                                 java.io.File perBaseCoverage,
                                 htsjdk.samtools.util.IntervalList targetIntervals,
                                 htsjdk.samtools.util.IntervalList probeIntervals,
                                 java.lang.String probeSetName,
                                 int nearProbeDistance,
                                 int minimumMappingQuality,
                                 int minimumBaseQuality,
                                 boolean clipOverlappingReads,
                                 int coverageCap,
                                 int sampleSize)



      • HsMetricCollector

        public HsMetricCollector(java.util.Set<MetricAccumulationLevel> accumulationLevels,
                                 java.util.List<htsjdk.samtools.SAMReadGroupRecord> samRgRecords,
                                 htsjdk.samtools.reference.ReferenceSequenceFile refFile,
                                 java.io.File perTargetCoverage,
                                 java.io.File perBaseCoverage,
                                 htsjdk.samtools.util.IntervalList targetIntervals,
                                 htsjdk.samtools.util.IntervalList probeIntervals,
                                 java.lang.String probeSetName,
                                 int nearProbeDistance,
                                 int minimumMappingQuality,
                                 int minimumBaseQuality,
                                 boolean clipOverlappingReads,
                                 boolean noSideEffects,
                                 int coverageCap,
                                 int sampleSize)



Read more here: Source link