Entering edit mode
8.6 years ago
sursan
▴
10
I am trying to follow this pipeline: http://bioconductor.org/help/workflows/rnaseqGene/
However, I'm getting stuck on the seqinfo line. The error that results is as follows:
seqinfo(bamfiles[1]) Seqinfo object with 66 sequences from an unspecified genome: Error in nchar(rownames.label) : could not find symbol "keepNA" in environment of the generic function
How do I resolve this issue? Any help is greatly appreciated, thanks!
what version of R are you using? chances are, you're using an old version of R that isn't compatible with the package you are running.
please include:
I'm using version 3.2.0. Is this the info you're looking for?
locale: [1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252 LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages: [1] parallel stats4 stats graphics grDevices utils datasets methods
[9] base
other attached packages: [1] Rsamtools_1.20.5 Biostrings_2.36.4 XVector_0.8.0 GenomicRanges_1.20.8 [5] GenomeInfoDb_1.4.3 IRanges_2.2.9 S4Vectors_0.6.6 BiocGenerics_0.14.0
loaded via a namespace (and not attached): [1] zlibbioc_1.14.0 tools_3.2.0 bitops_1.0-6
Try updating to 3.2.1
That should fix the problem.