An error in RNA-Seq workflow at the gene level
1
0
Entering edit mode
@zhangxiaoping403-8433
Last seen 8.8 years ago
United States

Hello,
I'm following the RNA-seq workflow : gene-level exploratory analysis and differential expression.

in this step, the error appear,

> library("GenomicFeatures")

> gtffile <- file.path(dir,"Homo_sapiens.GRCh37.75_subset.gtf")
> txdb <- makeTranscriptDbFromGFF(gtffile, format="gtf")
Error in nchar(attrs) : 
  could not find symbol "keepNA" in environment of the generic function
In addition: Warning message:
'makeTranscriptDbFromGFF' is deprecated.
Use 'makeTxDbFromGFF' instead.
See help("Deprecated") 
> txdb <- makeTxDbFromGFF(gtffile, format="gtf")
Error in nchar(attrs) : 
  could not find symbol "keepNA" in environment of the generic function.

  I am a newcomer trying to analysis RNASeq data. Can someone help please!

 

rnaseq • 1.6k views
ADD COMMENT
0
Entering edit mode
@martin-morgan-1513
Last seen 2 days ago
United States

See C: could not find symbol "keepNA" in environment of the generic function, but I think you should be able to solve this with biocLite("S4Vectors"), which will install version 0.6.2. If not, please provide the output of sessionInfo() after the error occurs.

ADD COMMENT
0
Entering edit mode

Thanks for your help. Updating to R-3.2.1 solves the problem

 
ADD REPLY

Login before adding your answer.

Traffic: 602 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6