Description Usage Arguments Details Value Author(s) References See Also Examples
Performs a principal components analysis of the input DNA aligned sequences. It can be used to construct a model with the number of components chosen using the training method, or the number of components entered by the user. The PCA model for the aligned sequences, and the parameters to calculate the Q-residuals statistics are returned.
1 |
iicc |
options described in the MEET program |
The specific options for this program are: Order (Number of Principal Components used), and Missing (Percentage threshold of unknown nucleotides in a given position to take into account this position. Default 50
output:list with the PCA model (same output than in pcaMEthods package), and the parameters of the model: the parameters needed to calculate the Jackon statistics, the numerical TFBS matrix and the dimensions of the TFBS matrix used once the missing values are estimated).
Erola Pairo <epairo@ibecbarcelona.eu>
Stacklies, Wolfram, Redestig, Henning, Scholz, Matthias, Walther, Dirk, and Selbig, Joachim: pcaMethods a bioconductor package providing PCA methods for incomplete data, Bioinformatics 23(9), 2007
PredictPCA, kfold.PCA, MEET, detection
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.