Description Usage Arguments Value Author(s) Examples
Sort sample information by a column defined by byItem (a column header). This function is for sorting sample information only.
1 | sortClinicalData(clinicalData, byItem)
|
clinicalData |
A data frame with rows for samples and columns for features. Sample names must be in the first column. |
byItem |
character vector of a feature (column header) by which the data will be sorted. |
sampleData |
copy of the first argument with new row order. |
Henry Zhang
1 2 | data(sampleDemoData)
sampleInfo <- sortClinicalData(sampleDemoData, colnames(sampleDemoData)[1])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.