exportMBtable: Export motifbreakR results to csv or tsv

View source: R/scoreMotif.R

exportMBtableR Documentation

Export motifbreakR results to csv or tsv

Description

Export motifbreakR results to csv or tsv

Usage

exportMBtable(results, file, format = "tsv")

Arguments

results

The output of motifbreakR

file

Character; the file name of the destination file

format

Character; one of tsv (tab separated values) or csv (comma separated values)

Value

exportMBtable produces an output file containing the output of the motifbreakR function.

See Also

See exportMBbed for the function that exports the motifbreakR results as a BED file, colored by selected score.

Examples

data(example.results)
example.results

exportMBtable(example.results, file = "mb_test_output.tsv", format = "tsv")


Simon-Coetzee/motifBreakR documentation built on Aug. 6, 2024, 5:17 a.m.