replaceNAFeatures: Method to replace NA or null feature labels with...

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Method to replace NA or null feature labels with Not_Annotated_hierarchy-level

Usage

1
replaceNAFeatures(replacing_na_obj_fData, feature_order)

Arguments

replacing_na_obj_fData

fData from MRexperiment object to replace NA or null

feature_order

Order of features

Value

hierarchy with NA or null feature labels replaced

Examples

1
2
3
4
library(metagenomeSeq)
data(mouseData)
feature_order <- colnames(fData(mouseData))
replaceNAFeatures(fData(mouseData),feature_order)

epiviz/metavizr documentation built on Aug. 5, 2021, 6:37 p.m.