exportMBtable | R Documentation |
Export motifbreakR results to csv or tsv
exportMBtable(results, file, format = "tsv")
results |
The output of |
file |
Character; the file name of the destination file |
format |
Character; one of tsv (tab separated values) or csv (comma separated values) |
exportMBtable
produces an output file containing the output
of the motifbreakR
function.
See exportMBbed
for the function that exports the
motifbreakR
results as a BED file, colored by selected score.
data(example.results)
example.results
exportMBtable(example.results, file = "mb_test_output.tsv", format = "tsv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.