powered by
This function allows users to filter genes/features having expression NAs with user-defined threshold.
naFilter(data_object, na_cutoff = 0.4)
PALMO object with filtered NAs
Input PALMO S4 object. It contains annotation information and expression data from Bulk or single cell data.
Threshold to remove NAs. Range is 0-1 (Default 0.4 means40% NAs are not allowed).
if (FALSE) { palmo_obj <- naFilter(data_object=palmo_obj, na_cutoff=0.4) }
Run the code above in your browser using DataLab