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

cutandrun report elements #43

Open
abartlett004 opened this issue Aug 7, 2024 · 3 comments
Open

cutandrun report elements #43

abartlett004 opened this issue Aug 7, 2024 · 3 comments

Comments

@abartlett004
Copy link
Collaborator

abartlett004 commented Aug 7, 2024

Present in nf-core multiqc report:

  • fastqc metrics, including GC content
  • mapping percentages (bowtie2)
  • reads passing filters (cutadapt)
  • trimmed sequence lengths (cutadapt)
  • unique/multimappers (bowtie2)
  • alignment metrics and stats (samtools)
  • duplication stats (picard markDuplicates)
  • all-sample correlation heatmap (deeptools)
  • PCA (deeptools)
  • fingerpring plot (deeptools)
  • peak counts, individual and consensus (macs2/seacr)

Present in Upen's cutandrun QC report:

  • total reads
  • mapping rate
  • mapped reads
  • PBC1
  • PBC2
  • non-redundant fraction
  • GC percentage
  • peak counts
  • fraction of reads in peaks
  • all-sample correlation heatmap
  • PCA plots 1) faceted by antibody 2) all samples 3) zoomed in

Desired in bcbioR template:

  • total reads
  • mapping rate
  • mapped reads
  • peak counts
  • ?
@eberdan
Copy link
Collaborator

eberdan commented Aug 7, 2024

  1. PCAs need to be done independently for each antibody.
  2. Add peak enrichment vs. peak rank
  3. Add overlaps between technical replicates (using findOverlapsOfPeaks)
  4. correlation heatmaps are also best per antibody

@eberdan
Copy link
Collaborator

eberdan commented Aug 7, 2024

FriP, NRF, PBC1 and PBC2 should also be in the bcbioR template

@lpantano
Copy link
Contributor

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

3 participants