Protein Feature Data
Data Type: protein_feature
Primary Key: id
Attributes
-
aa_sequence_md5
(
string)
-
classification
(
array of strings)
-
comments
(
array of case insensitive strings)
-
date_inserted
(
date)
-
date_modified
(
date)
-
description
(
case insensitive string)
-
e_value
(
string)
-
end
(
integer)
-
evidence
(
string)
-
feature_id
(
string)
-
feature_type
(
string)
-
gene
(
string)
-
genome_id
(
string)
-
genome_name
(
case insensitive string)
-
id
*
(
string)
-
interpro_description
(
case insensitive string)
-
interpro_id
(
string)
-
length
(
integer)
-
patric_id
(
string)
-
product
(
case insensitive string)
-
publication
(
array of strings)
-
refseq_locus_tag
(
string)
-
score
(
number)
-
segments
(
array of strings)
-
sequence
(
string)
-
source
(
string)
-
source_id
(
string)
-
start
(
integer)
-
taxon_id
(
integer)
API
GET :id
Retrieve a protein_feature data object by id
EXAMPLE
https://www.bv-brc.org/api/protein_feature/2fcf1757-996d-456d-998b-d808cf556aa4
Try It!
QUERY :query
Query for protein_feature 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 protein_feature data objects with a id equal to 2fcf1757-996d-456d-998b-d808cf556aa4. Return results as a JSON Array.
https://www.bv-brc.org/api/protein_feature/?eq(id,2fcf1757-996d-456d-998b-d808cf556aa4)
Try It!