View source: R/pri_target_maxdES.R
Find_Target_Max_dES | R Documentation |
Do backward random search to find set of targets that maximize the normalized dES
Find_Target_Max_dES(
gs,
cor.list,
main,
ref,
miR,
direction = c("Negative", "Positive"),
min.gs.size = 20,
n.iter = 500,
alpha = 1
)
gs |
A character vector for a set of targets. One element from output of GetLE(). |
cor.list |
A matrix from Run_LINE() |
main |
A character for the name of the group to compared to. |
ref |
A character for the name of the group to compared to. |
miR |
A character for the name of the miRNA to bet tested. |
direction |
A character for the direction of enrichment |
min.gs.size |
An integer indicating the minimum number of genes to used. Default is 20. |
n.iter |
An integer indicating the number of background to generate for normlizing ES. Default is 500 |
alpha |
A numeric variable for gsea parameter |
A character vector of target names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.