BE-dataHIVE API (1.0.0)

Download OpenAPI specification:Download

BE-dataHIVE - Base Editing Data API. Python wrapper for the API is available on Github.

Studies

Studies

Provides an overview of the included studies

query Parameters
id
string

study id of interest

year
integer [ 0 .. 2022 ]

publication year of study

base-editor
string

base editors covered by publication supplied as tuple ('ABE'), ('CBE') or ('ABE, CBE') or any combination

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Efficiency

Base editing efficiency data

Retrieves base editing efficiency data. Please batch requests via limit and offset parameters when querying the full database.

query Parameters
limit
integer

limit

offset
integer

offset

id
integer

id

original_id
string

original study id (e.g., 1_BE4_ontargetpos_editpos6_mES_AID)

study_id
integer

study id of interest

gRNA
string

guide RNA

sequence
string

target sequence

full_context_sequence
string

full context sequence of the target - this includes more bases than the sequence field

pam_sequence
string

PAM sequence (e.g., GGG)

grna_sequence_match
boolean

flag indicating if gRNA matches a sequence in the target exactly

cell
string

cell line (e.g., HEK293T, U2OS, mES, K562)

base-editor
string

base editor (e.g., AID, ABE)

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Bystander

Base editing bystander data

Retrieves base editing bystander data. Please batch requests via limit and offset parameters when querying the full database.

query Parameters
limit
integer

limit

offset
integer

offset

id
integer

id

original_id
string

original study id (e.g., 1_BE4_ontargetpos_editpos6_mES_AID)

study_id
integer

study id of interest

gRNA
string

guide RNA

sequence
string

target sequence

full_context_sequence
string

full context sequence of the target - this includes more bases than the sequence field

pam_sequence
string

PAM sequence (e.g., GGG)

grna_sequence_match
boolean

flag indicating if gRNA matches a sequence in the target exactly

cell
string

cell line (e.g., HEK293T, U2OS, mES, K562)

base-editor
string

base editor (e.g., AID, ABE)

Responses

Response samples

Content type
application/json
[
  • {
    }
]