Creates a 'pset' object that represents a prediccted set of TF-gene interactions. It inherits from the 'set' class. It is composed of 3 slots: a 2-column character dataframe named 'ris' (regulatory interactions) and a character vector named 'tfs' (transcription factors) inherited from the Set class, and a 1-column dataframe containing scores associated with each regulatory interaction.
ris
A 2-column character dataframe of TF-gene interactions with colnames = c("tf.symbol", "gene.symbol")
tfs
A character vector of TF names
scores
A dataframe of 1 column with a number of rows equal to that of set@ris.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.