View source: R/feature_module.R
replaceWithUnknown | R Documentation |
Helper function to replace any un-annotated features with the term unknown
replaceWithUnknown(featcol)
featcol |
vector of entried to be replaced where needed (fData column) |
modified featcol
Janina Reeder
data("mouseData", package = "metagenomeSeq") featcol <- fData(mouseData)[["genus"]] featcol[featcol == "NA"] <- NA replaceWithUnknown(featcol)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.