Description Usage Arguments Details Value See Also
Internal function to compare the distribution of a query datasets 'top' genes between two different reference datasete groups with a Mann–Whitney U test. One directional test if groupA median < group B.
1 2 | run_pair_test_stats(de_table.ref.marked, the_test_group, groupA, groupB,
enforceAgtB = TRUE)
|
de_table.ref.marked |
The output of
|
the_test_group |
Name of the test group in query dataset. |
groupA |
One of the reference group names |
groupB |
Another of the reference group names |
enforceAgtB |
Do a one tailed test of A 'less' B (more similar)? Or two-tailed. Default = TRUE. |
For use by make_ref_similarity_names_using_marked
A tibble of wilcox / man-whitneyU test results for this contrast.
make_ref_similarity_names_using_marked
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.