Entering edit mode
susobhanbaidya
•
0
@susobhanbaidya-13780
Last seen 7.3 years ago
I have installed my R studio and installed Bioconductor version 3.6 , but when I want to run the command biocLite(CRISPRseek). It is not working
> biocLite(CRISPRseek)
Error in "BiocUpgrade" %in% pkgs : object 'CRISPRseek' not found
>
Even after that I tried to upgrade
> biocLite("BiocUpgrade")
Error: Bioconductor version 3.6 cannot be upgraded with R version 3.4.1
Sir Please help me to install this CRISPRseek pack
Thank you Sir,
Now I am am unable to execute the following commands.
inputFile1Path <- system.file("extdata", "rs362331C.fa", package = "CRISPRseek")
> inputFile2Path <- system.file("extdata", "rs362331T.fa", package = "CRISPRseek")
> seqs <- compare2Sequences(inputFile1Path, inputFile2Path,
+ outputDir = outputDir , REpatternFile = REpatternFile,
+ overwrite = TRUE)
Error in file.path(outputDir, paste(basename(inputFile1Path), format(Sys.time(), :
object 'outputDir' not found
Please guide me to set the input path.
Are you familiar with R? If not I recommend that you spend a few hours working through one of the many introductory R tutorials available on the web.