ObjectStructure.Rmd
An OmicSignature
object contains three parts:
- metadata, a list containing metadata fields;
- signature, a dataframe with feature names,
directions, and scores if applicable;
- difexp, optional, a dataframe with the differential
expression analysis result.
See here about how to create one.
An OmicSignatureCollection
object contains two
parts:
- metadata, a list containing metadata fields; - OmicSigList, a list of
OmicSignature Objects
See here about how to create one.