genotypes_pca: Custom PCA function for analyzing genotype SNP data.

Description Usage Arguments Value

Description

Performing PCA on a dataset and create a list object with results.

Usage

1
2
genotypes_pca(genotype.mx = NULL, info.df = NULL, check.covars = NULL,
  cor.threshold = 0.05)

Arguments

genotype.mx

Genotype matrix with diemnsions g x N

info.df

Dataframe that holds sample covariates (ex. population, gender, age, etc...)

check.covars

Column names of info.df which hold the covariates that should be used for association testing with IC coefficients.

cor.threshold

Threshold for significant correlation calling. Default is set to 0.05.

Value

List with the following entries.


jinhyunju/icreport documentation built on May 19, 2019, 10:35 a.m.