Description Usage Arguments Value
View source: R/2_crossweighting.R
Perform crossweighting
1 2 3 4 5 6 7 8 9 10 |
grnTab |
GRN dataframe, the result of running reconstructGRN or reconstructGRN_GENIE3 |
expDat |
genes-by-cells expression matrix |
xdyn |
result of running findDynGenes |
lag |
lag window on which to run cross-correlation. Cross-correlaiton computed from -lag to +lag. |
min |
minimum of weighting window. Edges with offsets (or absolute offsets if symmetric_filter=TRUE) less than min will not be negatively weighted. |
max |
maximum of weighting window. Edges with offsets (or absolute offsets if symmetric_filter=TRUE) greater than max will have weights set to 0. |
symmetric_filter |
whether or not to employ a symmetric weight scheme. If true, absolute offset is used in place of offset. |
filter_thresh |
after crossweighting, edges with weights less than filter_thresh will be set to 0. |
grnTab with offset and weighted_score added
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.