Entering edit mode
Neu.S
▴
10
@neus-12207
Last seen 5.3 years ago
Hello, I want help to execute a copy number variation study My codes are below. Please help me to resolve the error.
library(CNOGpro) library(seqinr) data<-read.table("hitsfile", sep="\t",header=FALSE) library(biofiles) library(reutils) gbfile <- reutils::efetch("CP000480", "nuccore", rettype = "gbwithparts", retmode = "text") gbkfile <- biofiles::gbRecord(gbfile) study1 <- CNOGpro(hitsfile, gbkfile, windowlength = 100, name ="S1")
Error Reading contents of GenBank file... Error in readLines(con = gbkfile) : 'con' is not a connection
Thanks a lot!
This forum is intended to support Bioconductor packages. Since CNOGpro isn't a Bioconductor package, this isn't really the appropriate place to be asking for help.