Entering edit mode
Hello,
I am an extremely new used to R and Bioconductor. I am trying to use ReadShort, and keep coming up with this error. Is there an easy fix to this, and something that is just a stupid mistake?
Thank you,
Sarah
> library(ShortRead) > fls <- dir("~/woodratGenome", "*fastq$", full=TRUE) > qaSummary <- qa(fls, type="fastq") Error in slot(object, ".srlist") : cannot get a slot (".srlist") from an object of type "list"
Hi Sarah -- can you update your post to include the output of the sessionInfo() command, and then make a comment here, please?
Martin,
I figured it out. I somehow had loaded packages under different versions of R.
It is working now! Thank you
Sarah