PredictPCA: Q-residuals detection of TFBS, using a principal components...

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

View source: R/PredictPCA.R

Description

Performs the detection of a modeled motif in a chormosomics sequence

Usage

1

Arguments

iicc

options described in the MEET program

Details

The specific options for this program are the model constructed for the motif, the background probability for the studied organism and the DNA query sequence

Value

output:list of the TFBS found in the studied DNA sequence: Sequence (BS found), pvalue (Pvalue of the given BS) and position (Position within the studied DNA sequence).

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), volume 23, 2007

See Also

ModelPCA, biol.PCA, MEET, detection

Examples

1
2
3
4
5
6
data(iicc)
iicc$method<-"PCA"
iicc$parameterIdeal<-2
iicc$model<-ModelPCA(iicc)
iicc$threshold<-0.1
DetectedSequences<-PredictPCA(iicc)

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