Anti-TACSTD2 antibody (131-180 aa) (STJ96110)

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

Host: Rabbit
Applications: WB/IHC/IF/ELISA
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-Tumor-associated calcium signal transducer 2 (131-180 aa) is suitable for use in Western Blot, Immunohistochemistry, Immunofluorescence and ELISA 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-1:2000
IHC 1:100-1:300
ELISA 1:20000
IF 1:50-200
Storage Instruction: Store at-20°C for up to 1 year from the date of receipt, and avoid repeat freeze-thaw cycles.
Gene Symbol: TACSTD2
Gene ID: 4070
Uniprot ID: TACD2_HUMAN
Immunogen Region: 131-180 aa
Specificity: TROP-2 Polyclonal Antibody detects endogenous levels of TROP-2 protein.
Immunogen: The antiserum was produced against synthesized peptide derived from the human TACD2 at the amino acid range 131-180
Post Translational Modifications The N-terminus is blocked.
Function May function as a growth factor receptor.
Protein Name Tumor-Associated Calcium Signal Transducer 2
Cell Surface Glycoprotein Trop-2
Membrane Component Chromosome 1 Surface Marker 1
Pancreatic Carcinoma Marker Protein Ga733-1
Cellular Localisation Membrane
Single-Pass Type I Membrane Protein
Alternative Antibody Names Anti-Tumor-Associated Calcium Signal Transducer 2 antibody
Anti-Cell Surface Glycoprotein Trop-2 antibody
Anti-Membrane Component Chromosome 1 Surface Marker 1 antibody
Anti-Pancreatic Carcinoma Marker Protein Ga733-1 antibody
Anti-TACSTD2 antibody
Anti-GA733-1 antibody
Anti-M1S1 antibody
Anti-TROP2 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."); } });