OmicSignature R6 object
OmicSignature.Rd
a R6 object to store signatures generated from experiments. In cluding metadata, signature, and an optional differential expression analysis result dataframe. updated 10/2024
Active bindings
metadata
a list to describe the metadata
signature
a dataframe contains probe_id, feature_name, score (optional) and direction (optional)
difexp
a dataframe for differential expression result
removeDifexp
a function to remove difexp from the object
Methods
Method new()
Create a new OmicSignature object
Usage
OmicSignature$new(metadata, signature, difexp = NULL, print_message = FALSE)