ModelPCA: PCA model for a set of TFBS

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/ModelPCA.R

Description

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.

Usage

1

Arguments

iicc

options described in the MEET program

Details

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

Value

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).

Author(s)

Erola Pairo <epairo@ibecbarcelona.eu>

References

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

See Also

PredictPCA, kfold.PCA, MEET, detection

Examples

1
2
3
data(iicc)
iicc$parameterIdeal<-2
TFBSmodel<-ModelPCA(iicc)

MEET documentation built on May 2, 2019, 5:52 p.m.