counts vs exprs
1
0
Entering edit mode
Ed Siefker ▴ 230
@ed-siefker-5136
Last seen 5 months ago
United States
I was trying out the DESeq package, whose documentation says: "The CountDataSet class is derived from Biobase?s eSet class and so shares all features of this standard Bioconductor class." So I tried exprs() on it, which didn't work. Of course, CountDataSets have their own counts() function. I was just wondering why they have different names. Why not make count data accessible through exprs()? Is the reasoning behind this due to R internals, or is it biologically motivated?
DESeq DESeq • 1.1k views
ADD COMMENT
0
Entering edit mode
@wolfgang-huber-3550
Last seen 17 days ago
EMBL European Molecular Biology Laborat…
Dear Ed the documentation of eSet (try typing "class ? eSet" into R after loading Biobase) does not mention an exprs method. Perhaps you are confusing it with ExpressionSet. A schematic interpretation is: - ExpressionSet is for processed datasets and presents a uniform interface for downstream analyses (e.g. machine learning) - Other eSet derived classes (e.g. countDataSet, NChannelSet, the cellHTS class in cellHTS2) are for 'matrix-like' raw data, and reflect their ideosyncrasis, which is useful and needed for technology- specific preprocessing algorithms. E.g. the data in a CountDataSet are non-negative integers. Hope this helps Wolfgang Apr/3/12 5:28 PM, Ed Siefker scripsit:: > I was trying out the DESeq package, whose documentation says: > > "The CountDataSet class is derived from Biobase?s eSet class and so > shares all features of > this standard Bioconductor class." > > So I tried exprs() on it, which didn't work. Of course, CountDataSets > have their own > counts() function. I was just wondering why they have different > names. Why not make > count data accessible through exprs()? Is the reasoning behind this > due to R internals, > or is it biologically motivated? > > _______________________________________________ > Bioconductor mailing list > Bioconductor at r-project.org > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor -- Best wishes Wolfgang Wolfgang Huber EMBL http://www.embl.de/research/units/genome_biology/huber
ADD COMMENT

Login before adding your answer.

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