deepblue_export_meta_data: Export meta data as tab delimited file

Description Usage Arguments Value Examples

View source: R/export.R

Description

Export meta data as tab delimited file

Usage

1
2
deepblue_export_meta_data(ids, target.directory = "./", file.name,
  user_key = deepblue_options("user_key"))

Arguments

ids

an id or a list of DeepBlue ids

target.directory

where the meta data should be stored

file.name

name of the file

user_key

DeepBlue user key

Value

return value of write.table

Examples

1
2
3
deepblue_export_meta_data(list("e30035", "e30036"),
file.name = "test_export",
target.directory = tempdir())

MPIIComputationalEpigenetics/DeepBlue-R documentation built on Aug. 11, 2021, 3:18 p.m.