View source: R/pri_target_graph.R
Run_LINE | R Documentation |
Given a list of correlation matrcies, return the SpQN normalized matrices
Run_LINE(
le.gene,
dim = 5,
edge.sign = c("Negative", "Positive", "Both"),
do.dim.reduction = TRUE
)
le.gene |
A list of correlation matrices with miRNA on columns and mRNA on rows |
dim |
An integer indicating number embedded features returned from LINE |
edge.sign |
An character for edge list weight; if negative, the reverse will be use |
do.dim.reduction |
A logical variable, whether to return dimension reduction results |
A matrix of graph embedding features for all the leading edge genes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.