Anti-Synaptophysin antibody [SP15] (STJ16101945)

SKU:
STJ16101945-02
£963.50
Free Shipping
Processing The item has been added

Host: Mouse
Applications: ELISA/IHC-P/WB
Reactivity: Human/Hamster/Rat
Note: STRICTLY FOR FURTHER SCIENTIFIC RESEARCH USE ONLY (RUO). MUST NOT TO BE USED IN DIAGNOSTIC OR THERAPEUTIC APPLICATIONS.
Short Description : Mouse monoclonal antibody anti-Synaptophysin is suitable for use in ELISA, Immunohistochemistry and Western Blot research applications.
Clonality : Monoclonal
Clone ID : SP15
Conjugation: Unconjugated
Isotype: IgM
Formulation: PBS with <0.1% sodium azide
Purification: Purified
Concentration: 1 mg/mL
Storage Instruction: Store aliquots at-20°C, and thawed aliquots at 2-8°C.
Immunogen: Crude human synaptic immunoprecipitate
Background Mouse anti Human Synaptophysin antibody, clone SP15 recognizes human synaptophysin, also known as Major synaptic vesicle protein p38. Synaptophysin is a 313 amino acid synaptic vesicle associated protein of ~38kDa containing a single marvel domain. Synaptophysin expression is ubiquitous in synaptic vesicle membranes where it is the most abundant protein and is involved in the regulation of endocytosis (Kwon et al. 2011)

Information sourced from Uniprot.org

document.addEventListener("DOMContentLoaded", function () { function hideDuplicateSKU() { let skuElements = document.querySelectorAll(".productView-rating .stamped-product-reviews-badge[data-id] [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