writeResultsHTML: Writes the results of a MEET detection to HTML.

Description Usage Arguments Details Author(s) See Also Examples

View source: R/writeResultsHTML.R

Description

This function writes the results of a MEET detection step into an HTML file.

Usage

1
writeResultsHTML(resultsMEET, fileName='index.html')

Arguments

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

Details

This function creates the HTML file in the working directory.

Author(s)

Marco Paulo Seco <marco.paulo.seco@estudiant.upc.edu>

See Also

MEET, detection

Examples

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)

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