get_metadata: Append metadata to HDF5 or SE object

View source: R/utilities.R View source: R/rmpipeline.R

get_metadataR Documentation

Append metadata to HDF5 or SE object

Description

Passes version info and timestamp from Python to object metadata

Passes version info and timestamp from Python to object metadata

Usage

get_metadata(
  title,
  version,
  ts = NULL,
  pname = "rmpipeline",
  sname = "get_timestamp.py"
)

get_metadata(
  title,
  version,
  ts = NULL,
  pname = "rmpipeline",
  sname = "get_timestamp.py"
)

Arguments

title

Object title

version

Numeric version to be passed, should conform to ##.##.## nomenclature

ts

Timestamp. If NULL, get new timestamp using Python function.

pname

Name of pipeline package (default: "rmpipeline")

sname

Name of Python script (default: "get_timestamp.y")

Value

Metadata content for the object

Metadata content for the object


metamaden/recountmethylation.pipeline documentation built on Dec. 15, 2022, 2:25 a.m.