Anti-G6PC2 antibody (175-225 aa) (STJ193527)

SKU:
STJ193527
£48.00 - £252.00
Processing The item has been added

Host: Rabbit
Applications: WB
Reactivity: Human/Mouse
Note: STRICTLY FOR FURTHER SCIENTIFIC RESEARCH USE ONLY (RUO). MUST NOT TO BE USED IN DIAGNOSTIC OR THERAPEUTIC APPLICATIONS.
Short Description : Rabbit polyclonal antibody anti-Glucose-6-phosphatase 2 (175-225 aa) is suitable for use in Western Blot research applications.
Clonality : Polyclonal
Conjugation: Unconjugated
Isotype: IgG
Formulation: Liquid in PBS containing 50% Glycerol, 0.5% BSA and 0.02% Sodium Azide.
Purification: The antibody was affinity-purified from rabbit antiserum by affinity-chromatography using epitope-specific immunogen.
Concentration: 1 mg/mL
Dilution Range: WB 1:500-2000
Storage Instruction: Store at-20°C for up to 1 year from the date of receipt, and avoid repeat freeze-thaw cycles.
Gene Symbol: G6PC2
Gene ID: 57818
Uniprot ID: G6PC2_HUMAN
Immunogen Region: 175-225 aa
Specificity: This antibody detects endogenous levels of G6PC2 at Human/Mouse
Immunogen: Synthesized peptide derived from the human G6PC2 at the amino acid range 175-225
Post Translational Modifications N-glycosylated.the non-glycosylated form is more unstable and is degraded through the proteasome.
Function May hydrolyze glucose-6-phosphate to glucose in the endoplasmic reticulum. May be responsible for glucose production through glycogenolysis and gluconeogenesis.
Protein Name Glucose-6-Phosphatase 2
G-6-Pase 2
G6pase 2
Islet-Specific Glucose-6-Phosphatase Catalytic Subunit-Related Protein
Database Links Reactome: R-HSA-70263
Cellular Localisation Endoplasmic Reticulum Membrane
Multi-Pass Membrane Protein
Alternative Antibody Names Anti-Glucose-6-Phosphatase 2 antibody
Anti-G-6-Pase 2 antibody
Anti-G6pase 2 antibody
Anti-Islet-Specific Glucose-6-Phosphatase Catalytic Subunit-Related Protein antibody
Anti-G6PC2 antibody
Anti-IGRP antibody

Information sourced from Uniprot.org

document.addEventListener("DOMContentLoaded", function () { function hideDuplicateSKU() { let skuElements = document.querySelectorAll(".stamped-main-widget [data-product-sku]"); console.log("SKU Elements Found:", skuElements.length); // Log the number of elements if (skuElements.length > 1) { skuElements.forEach((el, index) => { if (index > 0) { el.style.display = "none"; // Hide all but the first SKU console.log("Hiding SKU: ", el.getAttribute('data-product-sku')); } }); } else { console.log("No duplicates to hide."); } } // Run on initial page load hideDuplicateSKU(); // Use MutationObserver to watch for changes in the widget container (for variants) let observer = new MutationObserver(function (mutationsList) { mutationsList.forEach((mutation) => { if (mutation.type === "childList" || mutation.type === "subtree") { console.log("Mutation detected, checking SKUs..."); hideDuplicateSKU(); // Reapply fix on content changes (like variant switch) } }); }); let targetNode = document.querySelector(".stamped-main-widget"); if (targetNode) { observer.observe(targetNode, { childList: true, subtree: true }); console.log("MutationObserver started"); } else { console.log("Stamped widget not found."); } });