Runs the main PlasmoMAPI analysis. Statistical distances are binned by edge lengths and normalised within each bin. Then raw scores are calculated for eac hex and compared against their sampling distribution, obtained via permutation testing, to arrive at z-scores. A range-limited version of this analysis can be specified by setting the minimum and maximum allowed distances.
1 2 3 4 5 6 7 8 9 10 11 |
proj |
object of class |
n_perms |
number of permutations in test. |
n_breaks |
values are broken into this many groups based on spatial
distances. Permutation testing then occurs within groups. Hence, a larger
value of |
min_dist, max_dist |
minimum and maximum edge lengths to be included in the analysis. Anything outside this range is ignored. |
min_group_size |
minimum number of edges within a spatial permutation
group, otherwise edges within this group are replaced with |
check_internal |
if |
report_progress |
if |
pb_markdown |
whether to run progress bars in markdown mode, in which case they are updated once at the end to avoid large amounts of output. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.