Hi,
I kindly need help finding a solution for the problem. While trying to execute the command:
offTargetAnalysis(inputFilePath, findgRNAsWithREcutOnly = FALSE,
REpatternFile = REpatternFile, findPairedgRNAOnly = FALSE, BSgenomeName = Hsapiens,txdb = TxDb.Hsapiens.UCSC.hg19.knownGene, max.mismatch = 3, chromToSearch = "",outputDir = outputDir, overwrite = TRUE)
I have executed the the following two commands (before the above): inputFilePath <- " C:\\Users\\S\\Documents\\x.fa" and
REpatternFile <- system.file("extdata", "NEBenzymes.fa", package = "CRISPRseek") // here i dont know what is "extdata" and also i dont know the file "NEBenzymes.fa" is located
I got the error :
Validating input ... Searching for gRNAs ... Error in findgRNAs(inputFilePath, findPairedgRNAOnly = findPairedgRNAOnly, : inputfile specified as C:\Users\S\Documents\x.fa does not exists! In addition: Warning message: In dir.create(outputDir) : 'C:\Users\S\Documents' already exists
I have the x.fa in the specified location as text file and its contents is
>rs362331C
GACCCACGCCTGCTCCCTCATCCACTGTGTGCACTTCATCCTGGA
Thanks