Anti-PGAP3 antibody (1-50) {Biotin} (STJ502441)

SKU:
STJ502441-100
£528.50
Free Shipping
Processing The item has been added

Host: Rabbit
Applications: DB/ELISA/IHC/IP/WB
Reactivity: Human/Mouse/Rat
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-PGAP3 (1-50) is suitable for use in Dot Blot, ELISA, Immunohistochemistry, Immunoprecipitation and Western Blot research applications.
Clonality : Polyclonal
Conjugation: Biotin
Isotype: IgG
Formulation: Contains Tris, HCl/Glycine buffer pH 7.4-7.8, 30% Glycerol and 0.5% BSA, along with cryo-protective agents, Hepes, and long-term preservatives (0.02% Sodium Azide).
Purification: Affinity Purified
Concentration: 0.50-0.75 µg/µl
Dilution Range: WB: 1:500-1:1, 000
DB: 1:50, 000
ELISA: 1:50, 000
IP: 1:150
IHC: 1:50-1:150
Storage Instruction: Store at-20°C for long term storage. Avoid freeze-thaw cycles.
Gene Symbol: PGAP3
Gene ID: 93210
Uniprot ID: PGAP3_HUMAN
Immunogen Region: 1-50
Immunogen: Synthetic peptide taken within amino acid region 1-50 on human PGAP3 protein.
Tissue Specificity Ubiquitously expressed, with highest levels in thyroid and placenta.
Function Involved in the lipid remodeling steps of GPI-anchor maturation. Lipid remodeling steps consist in the generation of 2 saturated fatty chains at the sn-2 position of GPI-anchors proteins. Required for phospholipase A2 activity that removes an acyl-chain at the sn-2 position of GPI-anchors during the remodeling of GPI.
Protein Name Post-Gpi Attachment To Proteins Factor 3
Cos16 Homolog
Hcos16
Gene Coamplified With Erbb2 Protein
Per1-Like Domain-Containing Protein 1
Cellular Localisation Golgi Apparatus Membrane
Multi-Pass Membrane Protein
Endoplasmic Reticulum Membrane
Mainly Localizes To Golgi Apparatus
Alternative Antibody Names Anti-Post-Gpi Attachment To Proteins Factor 3 antibody
Anti-Cos16 Homolog antibody
Anti-Hcos16 antibody
Anti-Gene Coamplified With Erbb2 Protein antibody
Anti-Per1-Like Domain-Containing Protein 1 antibody
Anti-PGAP3 antibody
Anti-CAB2 antibody
Anti-PERLD1 antibody
Anti-UNQ546 antibody
Anti-PRO1100 antibody

Information sourced from Uniprot.org

document.addEventListener("DOMContentLoaded", function () { function hideDuplicateSKU() { let skuElements = document.querySelectorAll(".stamped-main-widget [data-product-id]"); 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.textContent); } }); } 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."); } });