Description Usage Arguments Details Author(s) See Also Examples
View source: R/writeResultsHTML.R
This function writes the results of a MEET detection step into an HTML file.
1 | writeResultsHTML(resultsMEET, fileName='index.html')
|
resultsMEET |
The results previously got from a detection performed using MEET. |
fileName |
The name of the file to where write the HTML content. By default it is initialized to index.html |
This function creates the HTML file in the working directory.
Marco Paulo Seco <marco.paulo.seco@estudiant.upc.edu>
MEET, detection
1 2 3 | pathMEET<-system.file("exdata",package="MEET")
results<-MEET(org="Homo sapiens", nameTF='CREB1', seqin=paste(pathMEET,"DNAmeet.afa",sep="/"), method="Entropy", mode="detection", direction="f", threshold=0.01, optionsFile='.optionsmeet')
writeResultsHTML(results)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.