recount: inconsistency between pheno table structure for gene and transcript datasets
1
0
Entering edit mode
@jacquesvan-helden-12519
Last seen 19 months ago
Belgium

Dear recount team,

First of all, congratulations this great resource, which I am regularly using for training and research.

I have a problem with several studies (e.g. SRP042620), where the structure of the pheno table extracted from RData files downloaded from recount differs between transcript and gene datasets.

For the gene dataset, the characteristics field is a CompressedCharacteristics (as expected)

> phenoTable <- colData(rse_gene) ## phenotype per run
> class(phenoTable$characteristics)
[1] "CompressedCharacterList"
attr(,"package")
[1] "IRanges"

For the transcript dataset, it is a vector

> phenoTable <- colData(rse_tx) ## phenotype per run
> class(phenoTable$characteristics)
[1] "character"

Is there a way to fix this ?

Many thanks,

Jacques van Helden

software error recount • 716 views
ADD COMMENT
0
Entering edit mode
@lcolladotor
Last seen 6 days ago
United States

Hi,

This is a duplicate question of https://support.bioconductor.org/p/116480/ that includes the answer at https://support.bioconductor.org/p/116480/#124335

The data hasn't changed since then, so the answer should still apply (which you reported as working in https://support.bioconductor.org/p/116480/#125723)

Best, Leo

ADD COMMENT

Login before adding your answer.

Traffic: 770 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