Description Usage Arguments Value See Also
This is the constructor for objects of class 'KSomics'. It
is used in calculate_ks
to construct the return value.
1 |
data |
A matrix containing genomics data (e.g. gene expression levels). The rownames should contain gene identifiers, while the column names should contain sample identifiers. |
outcomes |
A vector of group labels for each of the sample identifiers. The
names of this vector must correspond to the column names of |
ks |
A matrix containing a row for each gene in
The row names should specify the gene identifiers for each row. |
ks.perm |
A matrix containing a row for each gene in |
pairwise.ks.score |
A table containing the KS scores for each pairwise comparison for each gene. For a two-class problem, there should be only one column comparing class 1 and class 2. The row names should be gene identifiers. The column names should be in the format "<class 1> vs <class 2>" (e.g. "1 vs 2" or "A vs B"). |
pairwise.ks.q |
A table of the same dimensions as |
The function combines its arguments in a list, which is assigned class 'KSomics'. The resulting object is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.