removeMolDataType {rcellminer}R Documentation

Remove molecular data type prefixes from features.

Description

Remove molecular data type prefixes from features.

Usage

removeMolDataType(features, prefixLen = 3)

Arguments

features

A vector of features.

prefixLen

The length of the molecular data type prefix.

Details

This function is primarily used to remove prefixes from elastic net features.

Value

A named vector of features without molecular data type prefixes.

Examples

removeMolDataType(c("expTP53", "copMDM2", "mutCHEK2", "mutBRAF"))


[Package rcellminer version 2.2.0 Index]