typ.filt | R Documentation |
Custom filtering of typ objects using either k over a, minimum average expression, or highest x measurements (based on average expression)
typ.filt(
typ.obj,
type = c("k.over.a", "min.mean", "top.x"),
k = NULL,
a = NULL,
min = NULL,
x = NULL
)
typ.obj |
expression object created with 'make.typ()' function |
type |
c("k.over.a","min.mean", ""top.x") can apply multiple |
k |
number of samples required to have 'a' expression level |
a |
expression level required |
min |
minimum average expression |
x |
number of top measurements to return |
typ object same as entered but with filtered data and info detailing the filtering parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.