Description Usage Arguments Value
Filters MEC data objects to pre-defined sample sets
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | filter_mec(x, study)
## Default S3 method:
filter_mec(x, study = c("1", "2", "mGWAS", "MEC-APS",
"LF5", "LF55", "PF5", "PF55", "VF", "FHC", "Other"))
## S3 method for class 'data.frame'
filter_mec(x, study)
## S3 method for class 'matrix'
filter_mec(x, study)
## S3 method for class 'dist'
filter_mec(x, study)
|
x |
The MEC data object to be filtered. |
study |
The MEC study to filter to. |
The filtered data object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.