deepblue_list_recent_experiments: list_recent_experiments

Description Usage Arguments Value See Also Examples

View source: R/deepblue.R

Description

List the latest Experiments included in DeepBlue that match criteria defined in the parameters. The returned experiments are sorted by insertion date.

Usage

1
2
3
deepblue_list_recent_experiments(days = NULL, genome = NULL,
  epigenetic_mark = NULL, sample = NULL, technique = NULL,
  project = NULL, user_key = deepblue_options("user_key"))

Arguments

days

- A double (maximum days ago the experiments were added)

genome

- A string or a vector of string (the target genome)

epigenetic_mark

- A string or a vector of string (name(s) of selected epigenetic mark(s))

sample

- A string or a vector of string (id(s) of selected sample(s))

technique

- A string or a vector of string (name(s) of selected technique(es))

project

- A string or a vector of string (name(s) of selected projects)

user_key

- A string (users token key)

Value

experiments - A array (names of recent experiments)

See Also

Other Inserting and listing experiments: deepblue_collection_experiments_count, deepblue_faceting_experiments, deepblue_list_experiments, deepblue_list_similar_experiments, deepblue_preview_experiment

Examples

1
deepblue_list_recent_experiments(days = 2, genome = "hg19")

DeepBlueR documentation built on Nov. 8, 2020, 6:25 p.m.