original_pathways
A list of
graph::graphNEL objects where each of the nodes is named with ''.
Gene IDs used to identify the nodes must be the same gene IDs used to
identify the genes on the miRNA-target
interactions data.frame, targets_db
.
i.e. If the genes are identified by Entrez ID on the original_pathways
graph::graphNEL list, then the targets_db
data.frame must identify the genes by Entrez ID as well.
Nodes of each graph::graphNEL represent the genes involved in the
pathway and edges represent the biological interactions (activation or
repression) among those genes (activation or repression).
targets_db
A data.frame with
columns: 'miRNA' which names the miRNAs
and 'Target.ID' which gives the gene ID of the target gene.
The Gene IDs used to identify the "Target.ID" column
must be the same gene IDs used on the nodes of the original_pathways
.
i.e. If the genes are identified by Entrez ID on the original_pathways
graph::graphNEL list, then the targets_db
data.frame must identify the genes by Entrez ID as well.