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

Run ABSOLUTE with allelic copy ratio on hg38 #1

Open
YingYa opened this issue Jun 22, 2022 · 3 comments
Open

Run ABSOLUTE with allelic copy ratio on hg38 #1

YingYa opened this issue Jun 22, 2022 · 3 comments

Comments

@YingYa
Copy link

YingYa commented Jun 22, 2022

How could I run this version of ABSOLUTE with allelic copy ratio on hg38?
What is the input format for maf and seg files?

Thanks

@julianhess
Copy link
Contributor

Hi,

Have you run ABSOLUTE before (on hg19)? If so, any hg38 seg files and MAFs generated by that pipeline will be compatible with the ABSOLUTE code in this repo; you just need to remove "chr" in front of contig names (e.g. "chr1" -> "1").

—Julian

@YingYa
Copy link
Author

YingYa commented Jul 6, 2022

Hi,

Two versions (absolute_wolf:v6 and absolute_wolf:no_indel_filter_v6) are used in tasks.py, I want to run ABSOLUTE on a local cluster, should I pull both versions or only the latest one (absolute_wolf:no_indel_filter_v6)?

Thanks

@julianhess
Copy link
Contributor

absolute_wolf:v6 will probably work for your needs. By default, ABSOLUTE does not consider indels in noncoding regions, since they overwhelmingly occur at microsatellites (which are especially artifact-prone), and thus have distorted alt/ref counts, which makes it difficult to assign them multiplicities/CCFs.

If, however, you have very well-filtered whole genome calls and are interested in computing multiplicities/CCFs for noncoding indels, then use the no_indel_filter version.

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

2 participants