subset_feat_sets_ds | R Documentation |
Get a subset of dataset list object from custom analysis table
subset_feat_sets_ds(
ds,
feat_sets,
i,
colAnns,
std.or.alt = "Standard",
feat_sets_order = T
)
ds |
A dataset object (a list with vals, rowAnn, colAnn, comparison, name). |
feat_sets |
A list of 2 data frames for feature sets and parameters. |
i |
Row number in feat_sets$sets. |
colAnns |
A character vector of 1-2 column names in ds$colAnn. c(Parameter, Feature/Stain/Gene) |
std.or.alt |
string, specifies to use either "Standard" or "Alternative" parameters. |
feat_sets_order |
Logical, should we preserve feat_sets order? |
A list object specifying: ds, colAnns, feat_sets_name (name of custom analysis)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.