Description Usage Arguments Value Examples
Method to replace NA or null feature labels with Not_Annotated_hierarchy-level
| 1 | 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
| 1 2 3 4 | library(metagenomeSeq)
data(mouseData)
feature_order <- colnames(fData(mouseData))
replaceNAFeatures(fData(mouseData),feature_order)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.