Anti-OCIAD1 antibody (114-164 aa) (STJ194408)

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

Host: Rabbit
Applications: 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-OCIA domain-containing protein 1 (114-164 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: OCIAD1
Gene ID: 54940
Uniprot ID: OCAD1_HUMAN
Immunogen Region: 114-164 aa
Specificity: This antibody detects endogenous levels of OCAD1 at Human/Mouse/Rat
Immunogen: Synthesized peptide derived from the human OCAD1 at the amino acid range 114-164
Function Maintains stem cell potency. Increases STAT3 phosphorylation and controls ERK phosphorylation. May act as a scaffold, increasing STAT3 recruitment onto endosomes. Involved in integrin-mediated cancer cell adhesion and colony formation in ovarian cancer.
Protein Name Ocia Domain-Containing Protein 1
Ovarian Cancer Immunoreactive Antigen Domain Containing 1
Ovarian Carcinoma Immunoreactive Antigen
Cellular Localisation Endosome
Alternative Antibody Names Anti-Ocia Domain-Containing Protein 1 antibody
Anti-Ovarian Cancer Immunoreactive Antigen Domain Containing 1 antibody
Anti-Ovarian Carcinoma Immunoreactive Antigen antibody
Anti-OCIAD1 antibody
Anti-ASRIJ antibody
Anti-OCIA antibody

Information sourced from Uniprot.org

document.addEventListener("DOMContentLoaded", function () { function hideDuplicateSKU() { let skuElements = document.querySelectorAll(".stamped-product-reviews-badge [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-product-reviews-badge"); if (targetNode) { observer.observe(targetNode, { childList: true, subtree: true }); console.log("MutationObserver started"); } else { console.log("Stamped product reviews badge not found."); } });