Description Usage Arguments Value Examples
Takes a perturbation data set and filters the rows by some criterion. The filtered object will have the same type as the previous object.
1 |
obj |
the object to be filtered |
... |
variable number of logical predicates in terms of the column
names in |
returns an object of the same type filtered by some criteria
1 2 3 | data(rnaiscreen)
flt.dat <- filter(rnaiscreen, Condition=="V1")
flt.dat <- filter(rnaiscreen, Condition=="V1", RowIdx==1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.