Description Usage Arguments Value
Melting Assay Data
1 | assayDataMelt(object, elements = NULL, varnames = c("feature_id", "sample_id"))
|
object |
an object with a suitable Biobase::assayDataElement method, typically an Biobase::ExpressionSet object |
elements |
an optional character vector that indicates the names of the assay data elements to include in the result |
varnames |
a character vector with 2 unique elements that indicates the name of the columns that will hold the feature and sample names respectively. |
a data.frame
object with the following structure:
character columns feature_id
and sample_id
containing the feature and sample names respectively;
other columns are numeric and correspond to each assay data element in the input object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.