Description Usage Arguments Examples
a function that examines a frequency table and conserves the elements with frequency greater than min and less than max parameters
1 | deletePathway(SET, MyGroups = mypathways, max = 9999, min = 0)
|
SET |
a data frame |
MyGroups |
is the data frame column that contains the names of pathways |
max |
is the max acceptable frequency |
min |
is the minimum acceptable frequency |
1 | deletePathway(SET,MyGroups=mypathways,max=9999,min=0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.