modify_dataset: Modify the data set metadata

Description Usage Arguments Examples

Description

Modifies the data set metadata. The keyword arguments are one of organism_id, organism_id, current_normalization_status, contact, contact_name, description, title, license, short_description, web_link, notes, citation, technology.

Usage

1

Arguments

connection

The connection to be used, see connect.

dataset_id

Id of the data set to be deleted. To get data set ids call get_datasets and parse the results.

Examples

1
2
# modify a title and description of the data set
modify_dataset(connection, dataset_id, title="A new title", description="A new description")

FASTGenomics/r_client documentation built on June 25, 2019, 12:12 a.m.