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

Non-human chromosome length #77

Open
peterpdu opened this issue Sep 4, 2019 · 1 comment
Open

Non-human chromosome length #77

peterpdu opened this issue Sep 4, 2019 · 1 comment

Comments

@peterpdu
Copy link

peterpdu commented Sep 4, 2019

Hi Gavin,

I'm running TitanCNA/ichorCNA on mouse exome data with the latest version of TitanCNA/ichorCNA, and the plots for ichorCNA have the incorrect chromosome length. This was not a problem with an older version of ichorCNA, so I was wondering if I could provide chromosome length files somewhere.

Screen Shot 2019-09-04 at 10 35 38 AM

Thanks,
Peter

@gavinha
Copy link
Owner

gavinha commented Dec 19, 2019

Hi @peterpdu

You might want to consider modifying the following lines to use the mm genome

bsg <- paste0("BSgenome.Hsapiens.UCSC.", genomeBuild)
if (!require(bsg, character.only=TRUE, quietly=TRUE, warn.conflicts=FALSE)) {
seqinfo <- Seqinfo(genome=genomeBuild)
} else {
seqinfo <- seqinfo(get(bsg))
}

This is untested and may cause issues throughout the rest of the main R script.

-Gavin

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