sponge_network | R Documentation |
Prepare a sponge network for plotting
sponge_network( sponge_result, mir_data, target.genes = NULL, show.sponge.interaction = TRUE, show.mirnas = "none", min.interactions = 3 )
sponge_result |
ceRNA interactions as produced by the sponge method. |
mir_data |
miRNA interactions as produced by sponge_gene_miRNA_interaction_filter |
target.genes |
a character vector to select a subset of genes |
show.sponge.interaction |
whether to connect ceRNAs |
show.mirnas |
one of none, shared, all |
min.interactions |
minimum degree of a gene to be shown |
a list of nodes and edges
sponge_network(ceRNA_interactions, mir_interactions)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.