Description Usage Arguments Value Author(s) Examples
View source: R/feature_module.R
Helper function to replace any un-annotated features with the term unknown
1 | replaceWithUnknown(featcol)
|
featcol |
vector of entried to be replaced where needed (fData column) |
modified featcol
Janina Reeder
1 2 3 4 | 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.