| naFilter | R Documentation | 
This function allows users to filter genes/features having expression NAs with user-defined threshold.
naFilter(data_object, na_cutoff = 0.4)
data_object | 
 Input PALMO S4 object. It contains annotation information and expression data from Bulk or single cell data.  | 
na_cutoff | 
 Threshold to remove NAs. Range is 0-1 (Default 0.4 means40% NAs are not allowed).  | 
PALMO object with filtered NAs
## Not run: palmo_obj <- naFilter(data_object=palmo_obj, na_cutoff=0.4) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.