Description Usage References Examples
This dataset contains results obtained by rGADEM for the FOXA1 transcription factor.
1 |
http://genomebiology.com/2008/9/9/R137
1 2 3 4 5 6 7 8 9 10 11 12 13 | #####Database and Scores#####
path <- system.file(package="MotIV")
data(jaspar2010)
data(jaspar2010_scores)
#####Input#####
data(FOXA1_rGADEM)
motifs <- getPWM(gadem)
motifs.trimed <- lapply(motifs,trimPWMedge, threshold=1)
#####Analysis#####
foxa1.analysis.jaspar <- motifMatch(inputPWM=motifs,align="SWU",cc="PCC",database=jaspar,DBscores=jaspar.scores,top=5)
summary(foxa1.analysis.jaspar )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.