Description Usage Arguments Value
Performing PCA on a dataset and create a list object with results.
1 2  | gene_expr_pca(phenotype.mx = NULL, info.df = NULL, check.covars = NULL,
  scale.pheno = FALSE, cor.threshold = 0.05)
 | 
phenotype.mx | 
 Phenotype 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.  | 
scale.pheno | 
 Logical value specifying the scaling of row of the phenotype.mx. Default is set to FALSE.  | 
cor.threshold | 
 Threshold for significant correlation calling. Default is set to 0.05.  | 
List with the following entries.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.