deepblue_list_recent_experiments {DeepBlueR}R Documentation

list_recent_experiments

Description

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

Usage

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

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


[Package DeepBlueR version 1.6.0 Index]