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 contrast comparisons between peaks #15

Closed
5 tasks
slsevilla opened this issue Jan 18, 2023 · 5 comments · Fixed by #23
Closed
5 tasks

add contrast comparisons between peaks #15

slsevilla opened this issue Jan 18, 2023 · 5 comments · Fixed by #23
Assignees
Labels
ASPEN RepoName enhancement New feature or request LowPriority

Comments

@slsevilla
Copy link
Contributor

slsevilla commented Jan 18, 2023

  • updating config to take in contrast.tsv
  • create rules to run deeptools on samples (correlation matrix, heatmaps, profiles, summary)
  • create rules to create counts matrix
  • create rules to perform DESEQ between contrasts - output a diffresults.txt
  • create rules to perform conversion of diffresults to bed file
@slsevilla slsevilla added the enhancement New feature or request label Jan 18, 2023
@slsevilla slsevilla self-assigned this Jan 18, 2023
@slsevilla
Copy link
Contributor Author

ASAP dir already run:

[12:46 PM] Goldfarbmuren, Kate (NIH/NCI) [C]
/data/NCI_VB/berzofsky/ccrvb16_2018invitroHuman_ATACseq_KCG/ASAP_221212/

[12:47 PM] Goldfarbmuren, Kate (NIH/NCI) [C]
/data/NCI_VB/berzofsky/ccrvb16_2018invitroHuman_ATACseq_KCG/PostASAP_dev/

@kopardev
Copy link
Member

I already have scripts for most of these. Let's talk next week. I don't want you to reinvent the wheel.

@slsevilla
Copy link
Contributor Author

Plan counts matrix

  • take output from atac_genrich_peakcalling_fixed_width :
    • renormalizedConsensusNarrowPeak=join(RESULTSDIR,"peaks","genrich","fixed_width","{sample}.renormalized.fixed_width.consensus.narrowPeak")
  • run python script
    • python {params.pyscript} --bedbedgraph {input.inputs} --tmpdir $TMPDIR --countsmatrix {output.cm} --fragmentscountsmatrix {output.fcm} --sampleinfo {output.si}

plan differential:

  • create config file with contrasts
  • perform QC check - contrasts are in sample manifest
  • run DESEQ on contrasts

@slsevilla
Copy link
Contributor Author

Counts matrix: #17

@slsevilla
Copy link
Contributor Author

@kopardev kopardev added the ASPEN RepoName label Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ASPEN RepoName enhancement New feature or request LowPriority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants