Description Usage Arguments Details Examples
View source: R/build_rl_network.R
This function will map all RL interactions
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
input |
the input networked (usually filtered) |
value |
the column of the full network to calculate foldChange on |
group_by |
the pData columns calc_rl_network was calculated on to split the networks |
comparitive |
If true will look at connections across group_by and color edges by their change |
from |
the comparitive reference |
to |
the condition to compare to reference |
input_full |
the input full network |
write_interactive |
whether or not to write an interactive visNetwork html object |
interactive_groups |
the dropdown menu for selection nodes, either "nodes", "group_by", or "cluster" |
nodesize |
The size of nodes |
size_by_connections |
if true will override node size and size by the degree of the node |
textsize |
The size of text |
h |
pdf height |
w |
pdf width |
prefix |
a character to be appeneded to the start of file names into independent networks |
This will use the calc_agg_bulk results to ID networks
1 | ex_sc_example <- id_rl(input = ex_sc_example)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.