Description Usage Arguments Value
Supportive function to infer the networks and the profiles needed in the single gene propagation
1 2 3 4 5 6 7 8 9 | get_single_prop_data(
gf_net,
ff_net,
input_m,
dist_m,
gene_in,
frag_pattern = "Frag",
degree = 2
)
|
gf_net |
Edge list representing a network such that first column are genes and second column are "FragX" fragments |
ff_net |
Edge list representing a network such that first and second column are "FragX" fragments |
input_m |
Numeric matrix of cell profiles |
dist_m |
Distance matrix computed between the genes and the non-genic fragments in the network |
gene_in |
Character vector of the genes of interest |
frag_pattern |
Character string to identify the fragments in the edge list (e.g. "FragX") |
degree |
Default 2, the degree of distance which is used to select the most important fragments connected to the genes of interest |
A list with elements describing the input data which are by the method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.