Learn R Programming

PALMO (version 0.1.2)

naFilter: naFilter Function

Description

This function allows users to filter genes/features having expression NAs with user-defined threshold.

Usage

naFilter(data_object, na_cutoff = 0.4)

Value

PALMO object with filtered NAs

Arguments

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).

Examples

Run this code
if (FALSE) {
palmo_obj <- naFilter(data_object=palmo_obj, na_cutoff=0.4)
}

Run the code above in your browser using DataLab