deepblue_list_expressions: list_expressions

Description Usage Arguments Value See Also Examples

View source: R/deepblue.R

Description

List the Expression currently available in DeepBlue. A expression is a set of data with an identifier and an expression value.

Usage

1
2
deepblue_list_expressions(expression_type = NULL, sample_id = NULL,
  replica = NULL, project = NULL, user_key = deepblue_options("user_key"))

Arguments

expression_type

- A string (expression type (supported: 'gene'))

sample_id

- A string or a vector of string (sample ID(s))

replica

- A int or a vector of int (replica(s))

project

- A string or a vector of string (project(s) name)

user_key

- A string (users token key)

Value

expressions - A array (expressions names and IDS)

See Also

Other Expression data: deepblue_select_expressions

Examples

1
deepblue_list_expressions(expression_type='gene')

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