sim_stat: sim_stat

Description Usage Arguments

View source: R/sim_stat.R

Description

sim_stat

Usage

1
2
3
4
5
6
7
sim_stat(
  pav_obj,
  genome_type = c("pan", "core"),
  n_simulation = 10,
  parallel = FALSE,
  parallel_n = parallel::detectCores() - 1
)

Arguments

pav_obj

A PAV object.

genome_type

A vector of genome types. These can be any of the following: "pan", "core" and "private".

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.


xiaonui/vPan documentation built on Dec. 23, 2021, 6:17 p.m.