Molecular Biology
Table Overview
Name | $raw Filters | Description |
---|---|---|
dna_sequence | Lists all DNA sequence entities, including those not registered | |
rna_sequence | Lists all RNA sequence entities, including those not registered | |
aa_sequence | Lists all AA sequence entities, including those not registered | |
dna_oligo | Lists all DNA oligo entities, including those not registered | |
rna_oligo | Lists all RNA oligo entities, including those not registered |
dna_sequence
dna_sequence
Table Row | Definition | Value Type | Example values (if applicable) | Notes |
---|---|---|---|---|
id | Unique Benchling-prescribed ID for each line item in table | Format dependent on table | seq_nDYnaCH3 | |
source_id | The project or registry that the object's permissions comes from | Foreign key for project.id or registry ID | src_hh9ffHqV | If an object isn't in a project, the permissions will be derived from the Registry |
name | Unique identifier for the sequence | Text | Gene 007, pUC19 | |
bases | Bases that make up the DNA sequence | Text | GGCGTAATCTGCTG | |
bases_length_exceeds_limit | Whether or not the length of the bases field exceeds the limit | Boolean | true, false |
rna_sequence
rna_sequence
Table Row | Definition | Value Type | Example values (if applicable) | Notes |
---|---|---|---|---|
id | Unique Benchling-prescribed ID for each line item in table | Format dependent on table | seq_nDYnaCH3 | |
source_id | The project or registry that the object's permissions comes from | Foreign key for project.id or registry ID | src_hh9ffHqV | If an object isn't in a project, the permissions will be derived from the Registry |
name | Unique identifier for the sequence | Text | Gene 007, pUC19 | |
bases | Bases that make up the RNA sequence | Text | AUGGUGAGCAAGG | |
bases_length_exceeds_limit | Whether or not the length of the bases field exceeds the limit | Boolean | true, false |
aa_sequence
aa_sequence
Table Row | Definition | Value Type | Example values (if applicable) | Notes |
---|---|---|---|---|
id | Unique Benchling-prescribed ID for each line item in table | Format dependent on table | prtn_evyfaccf | |
source_id | The project or registry that the object's permissions comes from | Foreign key for project.id or registry ID | src_hh9ffHqV | If an object isn't in a project, the permissions will be derived from the Registry |
name | Unique identifier for the sequence | Text | Rituximab, pUC19 translation | |
amino_acids | Bases that make up the AA sequence | Text | VGAVKGASVKMSCKASGYTT | |
amino_acids_length_exceeds_limit | Whether or not the length of the amino_acids field exceeds the limit | Boolean | true, false |
dna_oligo
dna_oligo
Table Row | Definition | Value Type | Example values (if applicable) | Notes |
---|---|---|---|---|
id | Unique Benchling-prescribed ID for each line item in table | Format dependent on table | seq_c2CJPoiH | |
source_id | The project or registry that the object's permissions comes from | Foreign key for project.id or registry ID | src_hh9ffHqV | If an object isn't in a project, the permissions will be derived from the Registry |
name | Unique identifier for the sequence | Text | 3'pGEX, Primer 007 | |
bases | Bases that make up the DNA sequence | Text | CACCGACCTA |
rna_oligo
rna_oligo
Table Row | Definition | Value Type | Example values (if applicable) | Notes |
---|---|---|---|---|
id | Unique Benchling-prescribed ID for each line item in table | Format dependent on table | seq_c2CJPoiH | |
source_id | The project or registry that the object's permissions comes from | Foreign key for project.id or registry ID | src_hh9ffHqV | If an object isn't in a project, the permissions will be derived from the Registry |
name | Unique identifier for the sequence | Text | Oligo(dT), RNA Oligo 012 | |
bases | Bases that make up the RNA sequence | Text | AUGGUGAGCAAGG |
Updated 1 day ago