Description Usage Arguments Details Value Examples
View source: R/utils_stdExpr_2_tidyAssay.R
Extract the assay information from a
SummarizedExperiment-class
-object,
transpose it, and and return it as a tidy data frame that contains assay
measurements, feature names, and sample IDs
1 | SE2Tidy(summExperiment, whichAssay = 1)
|
summExperiment |
A
|
whichAssay |
Because |
This function is designed to extract and transpose a "tall" assay
data frames (where genes or proteins are the rows and patient or tumour
samples are the columns) from a SummarizedExperiment
object.
This function also transposes the row (feature) names to column names and
the column (sample) names to row names via the
TransposeAssay
function.
The transposition of the assay in summExperiment
to tidy form
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.