Anti-KIR2DS2 antibody (131-180 aa) (STJ192537)

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

Host: Rabbit
Applications: WB/ELISA
Reactivity: Human/Rat/Mouse
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-Killer cell immunoglobulin-like receptor 2DS2 (131-180 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: KIR2DS2
Gene ID: 100132285
Uniprot ID: KI2S2_HUMAN
Immunogen Region: 131-180 aa
Specificity: KI2S2 Polyclonal Antibody detects endogenous levels of protein.
Immunogen: Synthesized peptide derived from the human protein at the amino acid range 131-180
Protein Name Killer Cell Immunoglobulin-Like Receptor 2ds2
Cd158 Antigen-Like Family Member J
Nk Receptor 183 Acti
Natural Killer-Associated Transcript 5
Nkat-5
P58 Natural Killer Cell Receptor Clone Cl-49
P58 Nk Receptor Cl-49
Cd Antigen Cd158j
Database Links Reactome: R-HSA-198933
Reactome: R-HSA-2172127
Cellular Localisation Cell Membrane
Single-Pass Type I Membrane Protein
Alternative Antibody Names Anti-Killer Cell Immunoglobulin-Like Receptor 2ds2 antibody
Anti-Cd158 Antigen-Like Family Member J antibody
Anti-Nk Receptor 183 Acti antibody
Anti-Natural Killer-Associated Transcript 5 antibody
Anti-Nkat-5 antibody
Anti-P58 Natural Killer Cell Receptor Clone Cl-49 antibody
Anti-P58 Nk Receptor Cl-49 antibody
Anti-Cd Antigen Cd158j antibody
Anti-KIR2DS2 antibody
Anti-CD158J antibody
Anti-NKAT5 antibody

Information sourced from Uniprot.org

document.addEventListener("DOMContentLoaded", function () { function hideDuplicateSKU() { let badgeElements = document.querySelectorAll(".stamped-product-reviews-badge"); console.log("Badge Elements Found:", badgeElements.length); // Log the number of badge elements if (badgeElements.length > 1) { badgeElements.forEach((el, index) => { if (index > 0) { el.style.display = "none"; // Hide all but the first badge console.log("Hiding duplicate badge with SKU:", el.getAttribute('data-id')); } }); } else { console.log("No duplicate badges 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 badges..."); 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."); } });