replaceNAFeatures {metavizr} | R Documentation |
Method to replace NA or null feature labels with Not_Annotated_hierarchy-level
replaceNAFeatures(replacing_na_obj_fData, feature_order)
replacing_na_obj_fData |
fData from MRexperiment object to replace NA or null |
feature_order |
Order of features |
hierarchy with NA or null feature labels replaced
library(metagenomeSeq) data(mouseData) feature_order <- colnames(fData(mouseData)) replaceNAFeatures(fData(mouseData),feature_order)