computePrunedPCARef | R Documentation |
This function compute the PCA on pruned SNV with the reference samples
computePrunedPCARef(gds, listRef, np = 1L)
gds |
an object of class
|
listRef |
a |
np |
a single positive |
More information about the method used to calculate the patient eigenvectors can be found at the Bioconductor SNPRelate website: https://bioconductor.org/packages/SNPRelate/
listPCA a list
containing two objects
pca.unrel -> snpgdsPCAClass
and a snp.load -> snpgdsPCASNPLoading
Pascal Belleau, Astrid DeschĂȘnes and Alexander Krasnitz
## Path to the demo pedigree file is located in this package data.dir <- system.file("extdata", "RAIDS") ## TODO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.