Official Gene Symbol | Other Aliases |
---|---|
ATF3 | N/A |
Sequence Length (AA) | Molecular Weight (Da) |
---|---|
181 | 20576 |
Protein Name |
---|
Cyclic AMP-dependent transcription factor ATF-3 |
Sources | |
---|---|
UniProt PhosphoSitePlus ® GeneCards |
Human Protein Atlas |
10 | 20 | 30 | 40 | 50 |
MMLQHPGQVS | ASEVSASAIV | PCLSPPGSLV | FEDFANLTPF | VKEELRFAIQ |
60 | 70 | 80 | 90 | 100 |
NKHLCHRMSS | ALESVTVSDR | PLGVSITKAE | VAPEEDERKK | RRRERNKIAA |
110 | 120 | 130 | 140 | 150 |
AKCRNKKKEK | TECLQKESEK | LESVNAELKA | QIEELKNEKQ | HLIYMLNLHR |
160 | 170 | 180 | 181 | |
PTCIVRAQNG | RTPEDERNLF | IQQIKEGTLQ | S |
Data source: UniProt
Uniprot Database Entry PhosphoSitePlus ®
loading
Data source: Panorama
Data source: Panorama
Pacific Northwest National Laboratory-PRISMSRM
Data source: Panorama
Data source: Panorama
Retrieving Data
Data source: Panorama
Average intra-assay CV (within day CV) |
Average inter-assay CV (between day CV) |
Total CV![]() |
n= | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Fragment ion / Transition | Low | Med | High | Low | Med | High | Low | Med | High | Low | Med | High |
b3 (1+) | 2.9 | 4.1 | 1.3 | 4.7 | 4.4 | 3.1 | 5.5 | 6 | 3.4 | 15 | 15 | 15 |
y5 (1+) | 3.2 | 4.1 | 1.7 | 4.9 | 5.1 | 2.3 | 5.9 | 6.5 | 2.9 | 15 | 15 | 15 |
y6 (1+) | 2.6 | 4.2 | 1.5 | 3 | 4.9 | 1.8 | 4 | 6.5 | 2.3 | 15 | 15 | 15 |
sum | 2.1 | 3.4 | 1.1 | 3.3 | 4 | 1.9 | 3.9 | 5.2 | 2.2 | 15 | 15 | 15 |
Table data unavailable
'; // Display the preloaders $.each(genes, function (index, gene) { $('div.span12.' + gene.peptide_sequence + '_' + gene.laboratory_abbreviation + ' .loc_lloq_preloader_loading').show(); }); // Send the request via AJAX $.ajax({ url: "/assays/get_plots_table_data" , dataType: "json" , type: "post" , data: {genes: JSON.stringify(genes)} , success: function (data) { if (data) { $.each(data, function (index, single_gene_data) { /* * Build out the LOC/LOQ data table */ if (single_gene_data.lod_loq_comparison_data[0].length) { var crude = (single_gene_data.peptide_standard_purity_types_id == 3) ? true : false; var peptide_sequence = single_gene_data.lod_loq_comparison_data[0][0].peptide; var lod_loq_units = single_gene_data.lod_loq_comparison_data[0][0].lod_loq_units; var crude_style = (crude) ? 'class="crude-header"' : ''; var lod_loq_units_note = (crude) ? 'Response Curves Data Unavailable
'); }); } }); } } }); }
Comments