sepExpr: Seprate expression data from gene annotations

View source: R/bioSpecific.R

sepExprR Documentation

Seprate expression data from gene annotations

Description

Separetes numberic component of gene expression data from non-numeric gene annotations. Detects the first non-double column in the data frame and separates the data into two parts

Usage

sepExpr(data)

Arguments

data

Expression data with gene annotations. First columns must inlcude the gene annotations and they must not have data of type "double".

Value

A list of length 2. 1st element includes the gene annoation data, the second element includes the gene expression data.


oganm/ogbox documentation built on Feb. 18, 2024, 12:37 a.m.