pmartR_filter_worker | R Documentation |
This function removes rows and columns in e_data, f_data, and e_meta based on either remove or keep criteria.
pmartR_filter_worker(filter_object, omicsData)
filter_object |
A list of three elements. Each element contains a set of names to either remove or keep from e_data, f_data, and e_meta. |
omicsData |
an object of the class |
A list with three elements: first is the filtered e_data object, second is the filtered f_data object, and third is the filtered e_meta object.
Kelly Stratton, Lisa Bramer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.