phen_stat: phen_stat

Description Usage Arguments

View source: R/phen_stat.R

Description

Perform phenotypic association calculations

Usage

1
2
3
4
5
6
7
phen_stat(
  pav_obj,
  phen_name,
  p_adjust_method = "fdr",
  pallel = F,
  parallel_n = parallel::detectCores() - 1
)

Arguments

pav_obj

A PAV object.

phen_name

The name of phenotype used for calculation.

p_adjust_method

The adjustment methods, pass to p.adjust

pallel

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.