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

mut.to.sigs.input for DBS signatures creates empty output #67

Open
kittysher opened this issue Aug 7, 2020 · 5 comments
Open

mut.to.sigs.input for DBS signatures creates empty output #67

kittysher opened this issue Aug 7, 2020 · 5 comments

Comments

@kittysher
Copy link

Hi
I am trying to analyse double base substitution (DBS) signatures using the deconstruct sigs R package. I have run the example code below with success:
sigs.input = mut.to.sigs.input(mut.ref = sample.mut.ref, sample.id = "Sample", chr = "chr", pos = "pos", ref = "ref", alt = "alt", bsg = BSgenome.Hsapiens.UCSC.hg19, sig.type = 'DBS', dbs_table = dbs_possible)

However when I try to run this on my own data, I get a completely empty output. My data is in the same format with the same column names and data types per column. No errors come up just the output is empty. The only other thing I have to change is the reference genome as my data uses hg38.

When I change the sig.type to SBS with my data, this works fine. So it is something specifically wrong with the DBS part.

Any suggestions would be really helpful!

Thanks, Kitty

@raerose01
Copy link
Owner

Hi Kitty, could you try again with the most recent version on Github? I think I may have fixed this. Otherwise, could you send an example file that re-creates the error?

Thanks,

Rachel

@kittysher
Copy link
Author

demo_github_file.txt
Hi Rachel,

I have had a go with the newest package version but I'm still having the same issue as before where the DBS produces an empty output but it works for sig type SBS. I've attached the file I'm using for you to see.

Thanks for your help,
Kitty

@kvaldez
Copy link

kvaldez commented Jan 11, 2021

Hi Rachel,

I'm having also having this issue. I attached my input data and I am using the command below:

sigs.input <- mut.to.sigs.input(mut.ref = mut_data, sample.id = "Sample", chr = "Chr", pos = "Start", ref = "Ref", alt = "Alt", sig.type = 'DBS', dbs_table = dbs_possible)

git.txt

Should my input data include doublet substitutions?

Thanks in advance for any assistance!

Kristin

@raerose01
Copy link
Owner

Hi Kristin,

Is the file you attached the one you are working with? It doesn't look like there are any DBS (e.g. CC>TT) in there.

Let me know if you have another file, or if I've missed them.

Best,

Rachel

@kvaldez
Copy link

kvaldez commented Jan 13, 2021

Hi Rachel,

Thanks I was wondering if we'd need this in our input or if it was somehow inferred. I'll have to see if there's a way to output DBS from our pipeline.

Thanks again,
Kristin

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

3 participants