Skip to contents

Search for a list of transcriptomics features in the database

Usage

searchTranscriptomicsFeatureSet(
  conn_handler,
  feature_name = NULL,
  organism = NULL,
  verbose = TRUE
)

Arguments

conn_handler

A handler uses to establish connection to the database obtained from SigRepo::newConnhandler() (required)

feature_name

A list of feature names to look up.

organism

A list of organism to look up.

verbose

a logical value indicates whether or not to print the diagnostic messages. Default is TRUE.