initOmicsDataStructure: Create an empty data structure for measured omics features

Description Usage Arguments Value Examples

View source: R/feature_processing.R

Description

This function creates a data structure of nested but empty lists. One list for each omics layer. By default all three supported omics layer are used to create a data structures with three empty sublists: transcriptome, proteome, and metabolome.

Usage

1
initOmicsDataStructure(layer = c("transcriptome", "proteome", "metabolome"))

Arguments

layer

List specifying the omics layer which should be created

Value

List with length(layer) empty sublists

Examples

1
2
3
initOmicsDataStructure()
initOmicsDataStructure(c("transcriptome", "proteome"))
initOmicsDataStructure(c("Transcriptome", "Metabolome"))

multiGSEA documentation built on Nov. 8, 2020, 8:15 p.m.