Anti-KCNN1 antibody (360-440 aa) (STJ191420)

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

Host: Rabbit
Applications: WB/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-Small conductance calcium-activated potassium channel protein 1 (360-440 aa) is suitable for use in Western Blot and ELISA research applications.
Clonality : Polyclonal
Conjugation: Unconjugated
Isotype: IgG
Formulation: Liquid in PBS containing 50% Glycerol 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
ELISA 1:5000-20000
Storage Instruction: Store at-20°C for up to 1 year from the date of receipt, and avoid repeat freeze-thaw cycles.
Gene Symbol: KCNN1
Gene ID: 3780
Uniprot ID: KCNN1_HUMAN
Immunogen Region: 360-440 aa
Specificity: KCNN1 Polyclonal Antibody detects endogenous levels of protein.
Immunogen: Synthesized peptide derived from the human protein at the amino acid range 360-440
Protein Name Small Conductance Calcium-Activated Potassium Channel Protein 1
Sk1
Skca 1
Skca1
Hsk1
Kca2.1
Database Links Reactome: R-HSA-1296052
Cellular Localisation Membrane
Multi-Pass Membrane Protein
Cytoplasm
Myofibril
Sarcomere
Z Line
Alternative Antibody Names Anti-Small Conductance Calcium-Activated Potassium Channel Protein 1 antibody
Anti-Sk1 antibody
Anti-Skca 1 antibody
Anti-Skca1 antibody
Anti-Hsk1 antibody
Anti-Kca2.1 antibody
Anti-KCNN1 antibody
Anti-SK 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 }); } } // 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"); } });