View source: R/removeMolDataType.R
removeMolDataType | R Documentation |
Remove molecular data type prefixes from features.
removeMolDataType(features, prefixLen = 3)
features |
A vector of features. |
prefixLen |
The length of the molecular data type prefix. |
This function is primarily used to remove prefixes from elastic net features.
A named vector of features without molecular data type prefixes.
removeMolDataType(c("expTP53", "copMDM2", "mutCHEK2", "mutBRAF"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.