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

sgRNA design for Campylobacter genome #3

Open
StephenLi55 opened this issue May 21, 2020 · 3 comments
Open

sgRNA design for Campylobacter genome #3

StephenLi55 opened this issue May 21, 2020 · 3 comments

Comments

@StephenLi55
Copy link

Hi,

I am trying to design sgRNA for campylobacter, but realised the campylobacter genome sequence is not available in the shiny app. Is there a way to upload my own genome sequence into the app?

best wishes,

Stephen

@dylanbeeber
Copy link
Owner

Hi Stephen,

It appears that there is no campylobacter genome available through BSgenome, so you would have to upload upload your own. To do this, I would first obtain fasta files containing the campylobacter genome and follow the instructions here for forging a BSgenome package. Once the BSgenome has been forged, you should be able to use the genome with the function sgRNA_design().

Right now there is no way to add a genome to the app without changing the app code. However if you were so inclined this could be done by adding something along the lines of: "campylobacter" = "name.of.your.forged.genome", to the "genome_select" input in the RunShiny.R script.

Best,
Dylan

@narsi05
Copy link

narsi05 commented Dec 20, 2021

Hi,

I am trying to design gRNAs to target human gene sequences. I was able to upload the human genome gtf. After clicking on find gRNAs after some time the window of gRNA design tool is disappearing. In browser, it is becoming inactive.

Warning: Error in +: non-numeric argument to binary operator
2: shiny::runApp
1: crispRdesignRUI

Can you help in solving the problem?

@dylanbeeber
Copy link
Owner

Hi narsi05,

Thank you for bringing this to my attention. I believe I determined the cause of the "non-numeric argument" issue and it should now be working as expected in both the app and command line version. The fixes have been pushed to github but it may take a few days to push to cran. Let me know if you are experiencing any other issues.

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