Description Usage Arguments Value Examples
the function is performed multivariate analysis of genotype–phenotype association based on CCA,
which calls cca
in the **yacca** package to do canonical correlation analysis.
1 |
geno |
string; a file prefix name of plink output (.bed, .bim, .fam),
list; an object read by |
pheno |
a matrix with n rows of sample and m columns of features |
pca |
boolean. perform principal component analysis on the phenotype? the default is FALSE |
rm.na |
boolean. remove missing values during analysis? the default is TRUE |
A matrix included SNP, CHR, position, MAF, canonical correlation, chisq, and pvalue.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.