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

have problem in digestGenome #1

Open
runningsnail2333 opened this issue Dec 29, 2019 · 1 comment
Open

have problem in digestGenome #1

runningsnail2333 opened this issue Dec 29, 2019 · 1 comment

Comments

@runningsnail2333
Copy link

hi
I have problem in the digestGenome it seems like this, so seek for your help, thanks
image

@jma1991
Copy link
Owner

jma1991 commented Apr 24, 2023

The digestGenome function takes as input a BSgenome, DNAStringSet, or FaFile object. You have passed a literal string with the name of the BSgenome package. Instead, you should do:

library(BSgenome.Mmusculus.UCSC.mm10)
fragments <- digestGenome(BSgenome.Mmusculus.UCSC.mm10)

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