Description Usage Arguments Value Author(s) Examples
This function subsests an user defined Assay into smaller groups according to user supplied instructions.
1 2 3 4 5 |
name |
Name of the "MultiAssayExperiment"" object containing the assay data |
group_names |
A vector containing the user defined names of the groups to be created |
grouping_factor |
name of the dataframe on which grouping will be done |
comparison |
A vector of comparison symbols such as >, <, ==, >=, <=,%in%, etc |
condition |
A vector of conditions corresponding to 'comparison'. "condition"" should be a vector or range of digits (e.g. c(1,3,7,9) or 1:5) if%in% is chosen as comparison. Otherwise, a single digit should be chosen. |
returns the group membership of individuals as a dataframe
Subhadeep Das <subhadeep1024@gmail.com>
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.