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

custom panel normalization #47

Open
idanbudin opened this issue Dec 26, 2018 · 1 comment
Open

custom panel normalization #47

idanbudin opened this issue Dec 26, 2018 · 1 comment

Comments

@idanbudin
Copy link

idanbudin commented Dec 26, 2018

Hi,
I am using whichSignatures on variants that I've found on specific genome regions (about 1 gb total).
I'm using mut.to.sigs.input to create the input data frame and using signatures.cosmic as the ref.

My question is about how should I normalize the input.

I've already derived the trinucleotide counts table (assigned it to tri.counts.targeted) using trinucleotideFrequency on a hg19 fasta intersected with my BED file.

I've thought about two options:

  1. using tri.counts.method = tri.counts.genome/tri.counts.targeted
  2. instead of using the absolute counts of the tables above, using normalized tables in order to normalize my data by the ratio of each trinucleotide count fraction in my panel regions compared to the i.e:
    tri.counts.targeted.norm <- tri.counts.targeted/sum(tri.counts.targeted)
    tri.counts.genome.norm <- tri.counts.genome/sum(tri.counts.genome)
    and then using: tri.counts.method = tri.counts.genome.norm/tri.counts.targeted.norm

any advice regarding that issue will be appreciated!
greetings,
Idan

@shenhaizhongdechanrao
Copy link

Dear idanbudin:
Hi, I am also trying this thing. Can you give me some suggestions?

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