Hello,
I would like to use CRISPRSeek to design gRNA targeting a genome which is not available in BSgenome database. This concerns the bacterial genome of Streptomyces ambofaciens ATCC 23877 (NCBI Reference Sequence: NZ_CP012382.1).
Is there any tutorial explaining how to use CRISPRSeek in this case. I found some indications in a supplementary information (article published in PloSOne, 2014), but I did not clearly understand how to create the file (with the genome, and with the target sequence) as well as how I should modify the instructions.
I thank you very much for your help.
Best regards
Stéphanie.
Hi Julie,
I am not sure if I understand this correctly. Can you test a guide(s) (in FASTA) on any type of sequence (not necessarily any genome sequence but i.e. "artificial" sequence of your interest)?
I tried to run a code as you suggested above with guide and sequence of my interest (both in FASTA format) and get this error:
Error in if (format[2] == "bed") { :
missing value where TRUE/FALSE needed
Best reagrds,
Dawid
Dawid,
Could you please try to set the parameter format = c("fasta" "fasta")? The default is format = c("fasta", "bed"). You might want to tune other parameters such as max.mismatch (default 6). For the detailed parameter list, please take a look at https://www.rdocumentation.org/packages/GUIDEseq/versions/1.2.1/topics/offTargetAnalysisOfPeakRegions . Thanks!
Best regards,
Julie
Julie,
After updating to format = c("fasta", "fasta") and changing some parameters I get:
Error in offTargetAnalysisOfPeakRegions(gRNA = gRNAFile, peaks = fastaSequenceFile, :
only bed file with at least 4 columns are supported
Best,
Dawid