Description Usage Arguments Details Value Examples
View source: R/removeMolDataType.R
Remove molecular data type prefixes from features.
1 | 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.
1 | removeMolDataType(c("expTP53", "copMDM2", "mutCHEK2", "mutBRAF"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.