Description Usage Arguments Value Examples
Rank-order markers by the significance of deviation of the observed expressions from the (matched) imputed expressions based on the Kolmogorov-Smirnov (KS) test.
1 |
dat |
an object of log2-normalized protein (or gene) expressions, containing markers in rows and samples in columns. |
dat.imp |
the imputed data that putatively represents the expressions of the markers in the (matched) normal states. |
marker.proc.list |
character array, the row names of the data to be processed for dysregulation significance. |
pval.insig |
p-value threshold to determine spurious (null) dysregulation events. |
each marker's p-value of the statistical significance between its observed vs imputed values computed by the KS test.
ranked p-values (KS test) of the significant markers, which are lower than pval.insig.
ranked significantly dysregulated markers with p-values lower than pval.insig.
ranked p-values (KS test) of the insignificant markers, which are greater than pval.insig.
ranked insignificantly dysregulated markers (spurious dysregulations) with p-values greater than pval.insig.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.