profile_barplot | R Documentation |
The top.n
argument consolidates all features not among the
top.n
into a single feature that is named "Other". The order of
features within the ExpressionSet
object is used to determine whether
features are among the top.n
. The reorder_features()
function
can be used to change this order with respect to the rank of their aggregated
values. By default all features are visualized. However, for cases where
there are many features with relatively values, utilizing the top.n
arugment can speed up plot rendering without sacrificing visual information.
profile_barplot(data, palette, legend = FALSE, top.n = NULL,
order.features = FALSE, other.color = "grey50", width = 0.9)
data |
|
palette |
a function that generates |
legend |
include a legend? |
top.n |
Number of features to visualize and color as unique entities. |
order.features |
Arrange features in ascending order within each sample. |
other.color |
Color applied to features not among the |
width |
Bar width. By default, set to 90% of the resolution of the data. |
profile_barplot(profiles)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.