Description Usage Arguments Value Author(s) Examples
This function can be used to exclude genes with a large number of expression values not available.
1 | filter.NA(eset,thres=0.25)
|
eset |
object of the class “ExpressionSet”. |
thres |
threshold for excluding genes. If the percentage
of missing values (indicated by NA in the expression matrix)
is larger than |
The function produces an object of the ExpressionSet class. It is the same as the input eset object, except for the genes excluded.
Matthias E. Futschik (http://www.sysbiolab.eu)
1 2 3 4 | if (interactive()){
data(yeast) # data set includes 17 measurements
yeastF <- filter.NA(yeast) # genes are excluded if more than 4 measurements are missing
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.