Off topic:Inconsistent pheno tables between gene and transcript datasets
0
0
Entering edit mode
@mustafa-abuelqumsan-12460
Last seen 4.3 years ago
France/Marseille

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

recount • 126 views
ADD COMMENT
This thread is not open. No new answers may be added
Traffic: 615 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