sim_multi_stat: sim_multi_stat

Description Usage Arguments

View source: R/sim_multi.R

Description

Perform genome simulation calculations for groups.

Usage

1
2
3
4
5
6
7
sim_multi_stat(
  pav_obj,
  phen_name,
  n_simulation = 10,
  parallel = FALSE,
  parallel_n = parallel::detectCores() - 1
)

Arguments

pav_obj

A PAV object.

phen_name

The name of phenotype used for grouping.

n_simulation

The number of simulations.

parallel

A logical value indicating whether to use parallel computing.

parallel_n

The number of CPU cores used for parallel computing.


SJTU-CGM/vPanG documentation built on Dec. 18, 2021, 11:59 a.m.