phen_stat
1 2 3 4 5 6 7 | phen_stat(
pav_obj,
phen_name,
p_adjust_method = "fdr",
pallel = F,
parallel_n = parallel::detectCores() - 1
)
|
pav_obj |
A PAV object. |
phen_name |
The name of phenotype used for calculation. |
p_adjust_method |
The adjustment methods, pass to |
pallel |
A logical value indicating whether to use parallel computing. |
parallel_n |
The number of CPU cores used for parallel computing. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.