-
Notifications
You must be signed in to change notification settings - Fork 5
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
Driver Analysis #13
Comments
STATUS 5 Ago 2024Adding some info on the current status: workflow DRIVER_ANNOTATION contains 2 process:
Both process are built with inline Rscript and tested for success and matching snapshot. TESTING
TODO
Reference commit: b3319e3 |
STATUS 6 Ago 2024
With the docker container and double call we can run tests both on HPC and OSX laptops:
My current interface for DNDSCV subworkflow:
TODO
|
STATUS 7 AGO 2024Added DRIVER_ANNOTATION with basic nf-tests |
dndscv updates, test with SCOUT_SPN01 files.using hg19_hg38 covariates (covariates_hg19_hg38_epigenome_pcawg.rda) The pileup_VCF
This limit (>10%) is hardcoded in dndscv. Changes TODO in the dndscv nextflow process:
Proposal on how to use dndscv to annotate drivers We run
Example: we run dndscv on all samples and we get positive selection with gene MSH6 as a potential driver with 6 non-synonymous mutations and 2 synonymous mutations (in the whole cohort). Now for each mutation in each sample, we add the "potential driver annotation" column using the global dnds information and stats. |
Ok, I will try to implement multi samples calls in dndscv module |
Driver Analysis is a subworkflow that does:
dndsCV
)dndsCV
)SOPRANO
)save the output of the tools to files and flags mutations in the mutation table accordingly.
Possible flags:
known driver
(from a user defined list of drivers e.g. IntoGen) (boolean)under_positive_selection
(fromdndsCV
with user-defined significancy threshold) (boolean)under_negative_selection
(fromdndsCV
with user-defined significancy threshold) (boolean)immunogenic
(boolean)The text was updated successfully, but these errors were encountered: