Structure of OmicSignature & OmicSignatureCollection
Vanessa Mengze Li
10/24/2024
ObjectStructure.Rmd
OmicSignature object structure
An OmicSignature
object contains three parts:
- metadata, a list containing metadata fields;
- signature, a dataframe with the names, and directions
and scores if applicable, of the “significant” features;
- difexp, optional, a dataframe with the complete
differential expression analysis result.
See here for how to create one.
OmicSignatureCollection object structure
An OmicSignatureCollection
object contains two
parts:
- metadata, a list containing a collection’s metadata fields; -
OmicSigList, a list of OmicSignature Objects
See here for how to create one.