Description Usage Arguments Value Author(s) Examples
View source: R/extract_assay.R
Extraction of individuals according to user supplied group and Assay
| 1 2 | extract_assay(name, Assay, groups, groupinfo = NULL,
addgroupnames = TRUE)
 | 
| name | name of the "OMICs" object from which data is to be retrieved. | 
| Assay | name of the "Assay" from which data is to be retrieved. | 
| groups | name of the "groups" from which data is to be retrieved. | 
| groupinfo | output of create_group() or similar object | 
| addgroupnames | logical argument. If "TRUE", adds the group membership info of returned individuals | 
a data frame containing the intended information
Subhadeep Das
| 1 2 3 4 | x <- extract_assay(name = multi_assay, Assay = "H2az",
groups = c("WE","RE"), groupinfo = groupinfo_ext)
x
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.