Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Metric Outputs #31

Open
dansteiert opened this issue Jul 31, 2024 · 0 comments
Open

Add Metric Outputs #31

dansteiert opened this issue Jul 31, 2024 · 0 comments

Comments

@dansteiert
Copy link
Collaborator

dansteiert commented Jul 31, 2024

There are already some Alignment Metrices, what about offering additional metrices from the GATK framework:

  •  CollectAlignmentSummaryMetrics (Picard)      <b>Produces a summary of alignment metrics from a SAM or BAM file.</b>
    
  •   CollectBaseDistributionByCycle (Picard)      Chart the nucleotide distribution per cycle in a SAM or BAM file
    
  •   CollectGcBiasMetrics (Picard)                Collect metrics regarding GC bias.
    
  •   CollectHsMetrics (Picard)                    Collects hybrid-selection (HS) metrics for a SAM or BAM file. -> already implemented
    
  •   CollectInsertSizeMetrics (Picard)            Collect metrics about the insert size distribution of a paired-end library. - already implemented
    
  •   CollectJumpingLibraryMetrics (Picard)        Collect jumping library metrics.
    
  •   CollectOxoGMetrics (Picard)                  Collect metrics to assess oxidative artifacts.
    
  •   CollectQualityYieldMetrics (Picard)          Collect metrics about reads that pass quality thresholds and Illumina-specific filters.
    
  •   CollectRawWgsMetrics (Picard)                Collect whole genome sequencing-related metrics.
    
  •   CollectRnaSeqMetrics (Picard)                Produces RNA alignment metrics for a SAM or BAM file.
    
  •   CollectRrbsMetrics (Picard)                  <b>Collects metrics from reduced representation bisulfite sequencing (Rrbs) data.</b>
    
  •  CollectSamErrorMetrics (Picard)              Program to collect error metrics on bases stratified in various ways.
    
  •   CollectSequencingArtifactMetrics (Picard)    Collect metrics to quantify single-base sequencing artifacts.
    
  • CollectWgsMetrics (Picard)                   Collect metrics about coverage and performance of whole genome sequencing (WGS) experiments.
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant