Description Usage Arguments Value Note Author(s) References Examples
Functions to read the internal data files of classified CEL files using the DLBCL Automatic Classifier (DAC) [1]. These were manually supplied to the DAC Windows interface.
1 | readDACData(geo_nbr)
|
geo_nbr |
A |
A data.frame
of the predicted classes and the class
probabilities. Returns NULL
if geo_nbr
is not found.
The GSE11318 dataset was not classified using the DAC.
Anders Ellern Bilgrau
Steffen Falgreen
[1] Care, M. A., Barrans, S., Worrillow, L., Jack, A., Westhead, D. R., & Tooze, R. M. (2013). A microarray platform-independent classification tool for cell of origin class allows comparative analysis of gene expression in diffuse large B-cell lymphoma. PloS One, 8(2), e55895. doi:10.1371/journal.pone.0055895
1 2 3 4 5 | head(DLBCL_overview[, -c(3,4,6)])
head(readDACData("GSE19246"))
readDACData("UNSUPPORTED_STUDY")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.