Description Usage Arguments Value Author(s) References See Also Examples
Performs a PC analysis of numerical DNA sequences, using the pcaMethods package and projects the studied DNA sequence to the subspace. The Q-residuals (euclidean distance between the sequences and the modeled subspace) of the DNA studied sequence are returned as output.
1 | PCanalysis(TFBS, nPCs, Sequences)
|
TFBS |
DNA numerical matrix of known TFBS |
nPCs |
Number of principal components used to build the model |
Sequences |
numerical matrix of DNA sequences to study (converted as a numerical matrix) |
residus: Euclidean distance from the studied sequences to the modeled motif
Erola Pairo <epairo@ibecbarcelona.eu>
Jolliffe I.T. Principal Component Analysis, Series: Springer Series in Statistics, 2nd ed., Springer, NY, 2002, XXIX, 487 p. 28 illus. ISBN 978-0-387-95442-4
Stacklies, Wolfram, Redestig, Henning, Scholz, Matthias, Walther, Dirk, and Selbig, Joachim: pcaMethods a bioconductor package providing PCA methods for incomplete data, Bioinformatics 23(9), 1164, 2007
PCA, kfold.PCA
1 2 3 | data(numericalTF)
nPCs<-3
solution<-PCanalysis(TFBS=numericalDNA, nPCs=nPCs, numericalDNA)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.