Description Usage Arguments Value Author(s) Examples
This function perform gene filter based on expression matrix.
1  | gene_filter(data, cutoff = 0.1, percent = 0.8)
 | 
data | 
 Data matrix  | 
cutoff | 
 The cutoff defined the expressed gene Defaults to 0.1  | 
percent | 
 The percentage of total sample used to set cutoff Defaults to 0.8  | 
Filtered data matrix
WKL
1  | gene_filter(data, cutoff=0.1, percent=0.8)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.