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

Enable the usage of custom genome and exome in whichSignatures #75

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

Yunuuuu
Copy link

@Yunuuuu Yunuuuu commented Oct 14, 2022

Now, whichSignatures only can use default hg19 to calculate counts fraction, this commit just add two arguments - genome.ref and exome.range.

genome.ref accept a BSgenome object to define the genome used to calculate tri.counts.wgs, so we can use a lot of reference genome (as provided by Bioconductor or read fasta file and construct one by ourself).

exome.range accept a GenomicRange object to define the exon ranges to calculate tri.counts.wes

@Yunuuuu
Copy link
Author

Yunuuuu commented Oct 14, 2022

This commit also re-construct data structure to fix #74

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

Successfully merging this pull request may close these issues.

1 participant