Package | Description |
---|---|
vn.edu.tlu.hatrang.autoRWRMTN.internal.model |
Modifier and Type | Field and Description |
---|---|
static Map<String,ArrayList<NodeInteraction>> |
Common.IncomingNodeTable |
Modifier and Type | Method and Description |
---|---|
static Map<String,ArrayList<NodeInteraction>> |
Common.calculateIncomingNeighbors(ArrayList<Interaction> Network) |
static Map<String,ArrayList<NodeInteraction>> |
Common.calculateOutgoingNeighbors(ArrayList<Interaction> Network) |
Modifier and Type | Method and Description |
---|---|
static ArrayList<Integer> |
Common.evaluateByRWRMDA(Set<String> AssociatedmiRNASet,
Map<String,ArrayList<NodeInteraction>> IncomingNodeTable,
double gamma) |
static Map<Integer,String> |
Common.evaluateByRWRMTN(Map<String,Double> NodeScore,
Set<String> AssociatedmiRNASet,
Map<String,Map<String,Double>> miRNA2GeneMap,
Map<String,ArrayList<NodeInteraction>> IncomingNodeTable,
double alpha,
double gamma,
ArrayList<String> arrUserMiRNA) |
static Map<String,Integer> |
Common.rankByRWR(Map<String,ArrayList<NodeInteraction>> IncomingNodeTable,
double gamma,
Map<String,Double> Priors,
Map<String,Double> NodeScore) |
Copyright © 2019. All rights reserved.