ne.PCA | R Documentation |
Node and edge Prioritization-based Community Analysis framework
ne.PCA(nodes, edges, r = 0.8, core = 10, druGet = TRUE)
nodes |
data.frame, two columns:object,label(0:candidates/1:seeds). |
edges |
data.frame, two columns:gene symbol A,gene symbol B. |
r |
default 0.8,Restart probability of random walk,interval is (0,1). |
core |
default 10,Top percentile of ranking for object,interval is (0,100]. |
druGet |
TRUE or FALSE,default TRUE,module drugability statistics and prediction will implement if druGet=TRUE. |
Fan Wang <justin15751821901@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.