View source: R/fold_change_class.R
fold_change_plot | R Documentation |
A plot of fold changes calculated for a chosen subset of features. A predefined fold change threshold is indicated by shaded regions.
fold_change_plot(number_features = 20, orientation = "portrait", ...)
number_features |
(numeric) The number randomly selected features to plot, or
a list of column numbers. The default is |
orientation |
(character) Plot orientation. Allowed values are limited to the following:
The default is |
... |
Additional slots and values passed to |
A
fold_change_plot
object. This object has no output
slots.
See chart_plot
in the struct
package to plot this chart object.
A fold_change_plot
object inherits the following struct
classes:
[fold_change_plot]
>> [chart]
>> [struct_class]
M = fold_change_plot(
number_features = 10,
orientation = "portrait")
C = fold_change_plot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.