deepblue_list_expressions {DeepBlueR}R Documentation

list_expressions

Description

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

Usage

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

deepblue_list_expressions(expression_type='gene')


[Package DeepBlueR version 1.19.1 Index]