Learn R Programming

MEET (version 5.1.1)

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

Description

Performs the detection of a modeled motif in a chormosomics sequence

Usage

PredictPCA(iicc)

Arguments

iicc
options described in the MEET program

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

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

See Also

ModelPCA, biol.PCA, MEET, detection

Examples

Run this code
require("MEET")
data(iicc)
data(TranscriptionFactor)
iicc$method<-"PCA"
iicc$pvalor<-0.1
iicc$parameterIdeal<-2
iicc$model<-ModelPCA(iicc)
DetectedSequences<-PredictPCA(iicc)

Run the code above in your browser using DataLab