getMolDataType {rcellminer}R Documentation

Get the molecular data type prefixes for a set of features.

Description

Get the molecular data type prefixes for a set of features.

Usage

getMolDataType(features, prefixLen = 3)

Arguments

features

A vector of features.

prefixLen

The length of the molecular data type prefix.

Value

A character vector of molecular data type prefixes.

#' @examples getMolDataType(c("expTP53", "copMDM2", "mutCHEK2", "mutBRAF"))


[Package rcellminer version 2.2.0 Index]