Hello,
I am having an issue with gene tracking in cummeRbund. The following happens:
> genetrack <- makeGeneRegionTrack(myGene)
Error in `[.data.frame`(features(object), , featCols) :
undefined columns selected
I am using an Ensembl gtf and have set
> options(ucscChromosomeNames=FALSE),
but no luck. I have also tried using the cummeRbund cufflinks data from the sample directory
a<-readCufflinks(system.file("extdata", package="cummeRbund"))
but still no luck. I have no issue analyzing 'myGene' or any other cummeRbund feature, so I assume I've accessed the data correctly. Any ideas on what the problem might be?
Thanks.
I am having an issue with gene tracking in cummeRbund. The following happens:
> genetrack <- makeGeneRegionTrack(myGene)
Error in `[.data.frame`(features(object), , featCols) :
undefined columns selected
I am using an Ensembl gtf and have set
> options(ucscChromosomeNames=FALSE),
but no luck. I have also tried using the cummeRbund cufflinks data from the sample directory
a<-readCufflinks(system.file("extdata", package="cummeRbund"))
but still no luck. I have no issue analyzing 'myGene' or any other cummeRbund feature, so I assume I've accessed the data correctly. Any ideas on what the problem might be?
Thanks.
Comment