exportData: exportData

Description Usage Arguments Author(s)

Description

Save profiles and annotations as csv.

Usage

1
2
exportData(data.list = NULL, out.dir = Sys.getenv("HOME"), quote = FALSE, 
    row.names = FALSE, col.names = TRUE, sep = ",", ...)

Arguments

data.list

List of profiles and annotations to save to disk as csv.

out.dir

Directory where to save them.

quote

passed to write.table

row.names

passed to write.table

col.names

passed to write.table

sep

passed to write.table

...

additional arguments for write.table

Author(s)

Toby Dylan Hocking


tdhock/bams documentation built on May 31, 2019, 7:34 a.m.