filterVector | R Documentation |
Create logical filtering vector based on a numeric vector and a (sample-wise) cutoff
filterVector(num.vec, name, filter, samples, sep = "!!")
num.vec |
numeric Numeric vector to create filter on |
name |
character Name of filter |
filter |
numeric Either a single numeric value or a numeric value with length of samples |
samples |
character Sample IDs |
sep |
character Separator to split cells by into sample-wise lists (default = "!!") |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.