Transcriptomics Gene Data
Data Type: transcriptomics_gene
Primary Key: id
Attributes
-
_version_
(
number)
-
accession
(
string)
-
alt_locus_tag
(
string)
-
avg_intensity
(
number)
-
condition
(
case insensitive string)
-
date_inserted
(
date)
-
date_modified
(
date)
-
eid
(
integer)
-
expname
(
case insensitive string)
-
feature_id
(
string)
-
genome_id
(
string)
-
id
*
(
string)
-
log_ratio
(
number)
-
mutant
(
case insensitive string)
-
organism
(
case insensitive string)
-
patric_id
(
string)
-
pid
(
integer)
-
pmid
(
string)
-
refseq_locus_tag
(
string)
-
strain
(
case insensitive string)
-
timepoint
(
string)
-
z_score
(
number)
API
GET :id
Retrieve a transcriptomics_gene data object by id
EXAMPLE
https://alpha.bv-brc.org/api/transcriptomics_gene/05e4172c-8d8a-47d6-8543-e7bc3aad9be3
Try It!
QUERY :query
Query for transcriptomics_gene 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_gene data objects with a id equal to 05e4172c-8d8a-47d6-8543-e7bc3aad9be3. Return results as a JSON Array.
https://alpha.bv-brc.org/api/transcriptomics_gene/?eq(id,05e4172c-8d8a-47d6-8543-e7bc3aad9be3)
Try It!