
searchTranscriptomicsFeatureSet
Source:R/searchTranscriptomicsFeatureSet.R
searchTranscriptomicsFeatureSet.RdSearch for a list of transcriptomics features in the database
Usage
searchTranscriptomicsFeatureSet(
conn_handler,
feature_name = NULL,
organism = NULL,
verbose = TRUE
)Arguments
- conn_handler
An R object obtained from SigRepo::newConnhandler() (required)
- feature_name
A list of feature names to look up. Defaults to 'NULL', which will return all of the feature names in the database.
- organism
A list of organism to look up. Defaults to 'NULL' which will return all of the organisms in the database.
- verbose
Logical; whether or not to print the diagnostic messages. Defaults to 'TRUE'.