set_filter | R Documentation |
This function will create a filter class object. The output will always have the same elements but not all of them will be used for every filter type. This object will be appended to the list in the filters attribute for an omicsData object.
set_filter(type, threshold, filtered, method)
type |
The type of filter, see |
threshold |
The threshold for filtering applied, if applicable. |
filtered |
The samples/biomolecules that are filtered. |
method |
A list of metadata about what method was used in applying the filter. |
A list containing all the elements in the filters attribute: (list all attributes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.