| reorder_dimensions | R Documentation |
Reorder samples or features of an ExpressionSet object based on the
rank of their aggregated values. The manner in which values are aggregated is
determined by fun.aggregate, which defaults to mean.
reorder_samples(data, fun.aggregate = NULL, decreasing = TRUE)
## S3 method for class 'ExpressionSet'
reorder_samples(data, fun.aggregate = NULL,
decreasing = TRUE)
reorder_features(data, fun.aggregate = NULL, decreasing = TRUE)
## S3 method for class 'ExpressionSet'
reorder_features(data, fun.aggregate = NULL,
decreasing = TRUE)
data |
|
fun.aggregate |
function that takes a vector of numbers and returns a
single number (defaults to |
decreasing |
logical. Should the sort be increasing or decreasing? |
An ExpressionSet object reordered on one dimension.
reorder_samples(profiles)
reorder_features(profiles)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.