Transcriptomics Experiment Data
Data Type: transcriptomics_experiment
Primary Key: eid
Attributes
-
_version_
(
number)
-
accession
(
string)
-
additional_metadata
(
array of case insensitive strings)
-
author
(
case insensitive string)
-
condition
(
array of case insensitive strings)
-
date_inserted
(
date)
-
date_modified
(
date)
-
description
(
case insensitive string)
-
eid
*
(
string)
-
eid_i
(
integer)
-
expid
(
integer)
-
genes
(
integer)
-
genome_ids
(
array of strings)
-
institution
(
case insensitive string)
-
mutant
(
array of case insensitive strings)
-
organism
(
array of case insensitive strings)
-
pi
(
case insensitive string)
-
platforms
(
integer)
-
pmid
(
string)
-
release_date
(
date)
-
samples
(
integer)
-
strain
(
array of case insensitive strings)
-
timeseries
(
string)
-
title
(
case insensitive string)
API
GET :eid
Retrieve a transcriptomics_experiment data object by eid
EXAMPLE
https://alpha.bv-brc.org/api/transcriptomics_experiment/100493
Try It!
QUERY :query
Query for transcriptomics_experiment data objects with an RQL Query
Return Formats
Requests may include an HTTP ACCEPT header from this list to transform the data into the requested type.
-
application/json - Returns results as an array of JSON objects
-
application/solr+json - Results results in SOLR JSON response format
-
text/csv - Returns results in Comma Separated values (CSV) format. Columns are separated by ','. Multi-value columns are separated by ';'. Rows are separated by new line
-
text/tsv - Returns results in Tab Separated values (TSV) format. Columns are separated by a tab. Multi-value columns are separated by ';'. Rows are separated by new line
-
application/vnd.openxmlformats - Returns objects as an MS Excel document
EXAMPLE
- Query for transcriptomics_experiment data objects with a eid equal to 100493. Return results as a JSON Array.
https://alpha.bv-brc.org/api/transcriptomics_experiment/?eq(eid,100493)
Try It!