Skip to contents

Select the type of metabolism you are interested in for downstream data analysis.

Usage

metabolism(Data, type = "Lipid")

Arguments

Data

A matrix representing the genomic data such as gene expression data.

type

Type of metabolism of interest(Such as Lipid Metabolism,Carbohydrate Metabolism,Amino_acid Metabolism)

Value

A set of genes containing specific metabolic pathways

Examples

data(mRNAexp)
data_lipid=metabolism(mRNAexp,type="Lipid")