.kruskal_polya | R Documentation |
Compute Kruskal-Wallis test on single poly(A) data
Compute Kruskal-Wallis test on single poly(A) data
.kruskal_polya(
input_data,
grouping_factor = "sample_name",
verbose = F,
verbosity_level = 1
)
.kruskal_polya(
input_data,
grouping_factor = "sample_name",
verbose = F,
verbosity_level = 1
)
input_data |
input data.frame (for single transcript) |
grouping_factor |
which column contains group information |
verbose |
verbose output |
verbosity_level |
how verbose the output should be (levels 1 - little verbosity, or 2 - very verbose) |
data.frame with test statistics
data.frame with test statistics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.