Description Usage Arguments Value Slots Examples
'Score' class inherits tibble ("tbl"). The objects of 'Score' class are to store information of regulator ranking scores.
1 2 3 4 5 6 7 |
reg |
character, regulator IDs. |
negLogPDEA |
numeric, -log(p_DEA). |
negLogPEnrich |
numeric, -log(p_Enrich). |
logFC |
numeric, log2 fold change. |
score |
numeric, RegEnrich ranking score. |
newScore function returns a Score object.
namescharacter vector, containing "reg", "negLogPDEA", "negLogPEnrich", "logFC", and "score".
.Dataa list of length 5, each elements corresponds to the
names slots.
row.namescharacter, regulators corresponding to .Data slot.
.S3Classcharacter vector, containing "tbl_df", "tbl", "data.frame", indicating the classes that 'Score' class inherits.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.