Description Usage Arguments Value Examples
calculate RRS(reverse regulated score) of molecules against disease
1 | score_RRS(merge_pw_deg, wt_trans = 1, wt_cis = -1, wt_zero = -0.5)
|
merge_pw_deg |
the result of merge_pw_deg() |
wt_trans |
weight of trans gene |
wt_cis |
weight of cis gene |
wt_zero |
weight of zero gene |
RRS(reverse regulated score) statistics
1 2 3 4 | library(M2D)
data("merge_pw_deg_result")
scores_RRS <- score_RRS(merge_pw_deg_result)
head(scores_RRS)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.