【blood group -list -w】

2023-12-03 18:15
文章标签 list group blood

本文主要是介绍【blood group -list -w】,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

ISBT No.System nameSystem symbolStructure / functionChromosomeAntigensNotes
1ABOABOCarbohydrate (N-Acetylgalactosaminegalactose).9q34.2A, B, HMainly elicit IgM antibody reactions, although anti-H is very rare, see the Hh antigen system (Bombay phenotype, ISBT #18).
2MNSMNSGPA / GPB (glycophorins A and B).4q31.21M, N, S, s 
3P1PKPGlycolipid22q13.2P1, P, and Pk 
4RhesusRHProtein and glucose.1p36.11C, c, D, E, eThere is no "d" antigen; lowercase "d" indicates the absence of D.
5LutheranLUProtein (member of the immunoglobulin superfamily).19q13.3221 antigens 
6KellKELGlycoprotein.7q34K, k, Kpa, Kpb, Jsa and Jsb 
7LewisLECarbohydrate (fucose residue).19p13.3Mainly Lea and LebAssociated with tissue ABH antigen secretion.
8DuffyFYProtein (chemokine receptor).1q23.2Mainly Fya and FybIndividuals lacking Duffy antigens altogether are immune to malaria caused by Plasmodium vivax and Plasmodium knowlesi.
9KiddJKProtein (urea transporter).18q12.3Jka and Jkb 
10DiegoDIGlycoprotein (band 3, AE 1, or anion exchange).17q21.31 Positive blood is found only among East Asians and Native Americans.
11YtYTProtein (AChE, acetylcholinesterase).7q22.1  
12XGXGGlycoprotein.Xp22.33  
13SciannaSCGlycoprotein.1p34.2  
14DombrockDOGlycoprotein (fixed to cell membrane by GPI, or glycosyl-phosphatidyl-inositol).12p12.3  
15ColtonCOAquaporin 1.7p14.3Mainly Co(a) and Co(b) 
16Landsteiner-WienerLWProtein (member of the immunoglobulin superfamily).19p13.2  
17Chido/RodgersCHC4A C4B (complement fractions).6p21.3  
18HhHCarbohydrate (fucose residue).19q13.33  
19XKXKGlycoprotein.Xp21.1  
20GerbichGEGPC / GPD (Glycophorins C and D).2q14.3  
21CromerCROMGlycoprotein (DAF or CD55, regulates complement fractions C3 and C5, attached to the membrane by GPI).1q32.2  
22KnopsKNGlycoprotein (CR1 or CD35, immune complex receptor).1q32.2  
23IndianINGlycoprotein (CD44 adhesion function?).11p13  
24OkOKGlycoprotein (CD147).19p13.3  
25RaphRAPHTransmembrane glycoprotein.11p15.5  
26JMHJMHProtein (fixed to cell membrane by GPI). Also known as Semaphorin 7A or CD108.15q24.1  
27IiIBranched (I) / unbranched (i) polysaccharide.6p24.2  
28GlobosideGLOBGlycolipid. Antigen P.3q26.1  
29GILGILAquaporin 3.[citation needed]9p13.3  
30Rh-associated glycoproteinRHAgRh-associated glycoprotein.[citation needed]6p21-qter  
31ForssmanFORSGloboside alpha-1,3-N-acetylgalactosaminyltransferase 1 (GBGT1).[citation needed]9q34.13  
32LangereisLANABCB6, human ATP-binding cassette (ABC) transporter, mitochondrial porphyrin transporter.2q36  
33JuniorJRABCG2. Multi-drug transporter protein.[citation needed]4q22  
34VelVelHuman red cell antigens.[citation needed]1p36.32  
35CD59CD5911p13  
36AugustineAUGProtein (transporter).6p21.1  
37KANNOPRNP20p13  
38SIDSID 17q21.32  
39CTL2CTL2 19p13.2  
40PELPEL 13q32.1  
41MAMMAM 19q13.33  
42EMMEMM 4p16.3  
43ABCC1ABCC1 16p13.11  
44ErErProtein Era, Erb, Er3, Er4, and Er5Illustrates potential antigenicity of low abundance membrane proteins and contributes to understanding of in vivo characteristics of the Piezo1 protein in transfusion biology

这篇关于【blood group -list -w】的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/450378

相关文章

Java中List的contains()方法的使用小结

《Java中List的contains()方法的使用小结》List的contains()方法用于检查列表中是否包含指定的元素,借助equals()方法进行判断,下面就来介绍Java中List的c... 目录详细展开1. 方法签名2. 工作原理3. 使用示例4. 注意事项总结结论:List 的 contain

java streamfilter list 过滤的实现

《javastreamfilterlist过滤的实现》JavaStreamAPI中的filter方法是过滤List集合中元素的一个强大工具,可以轻松地根据自定义条件筛选出符合要求的元素,本文就来... 目录1. 创建一个示例List2. 使用Stream的filter方法进行过滤3. 自定义过滤条件1. 定

如何通过Golang的container/list实现LRU缓存算法

《如何通过Golang的container/list实现LRU缓存算法》文章介绍了Go语言中container/list包实现的双向链表,并探讨了如何使用链表实现LRU缓存,LRU缓存通过维护一个双向... 目录力扣:146. LRU 缓存主要结构 List 和 Element常用方法1. 初始化链表2.

python中列表list切分的实现

《python中列表list切分的实现》列表是Python中最常用的数据结构之一,经常需要对列表进行切分操作,本文主要介绍了python中列表list切分的实现,文中通过示例代码介绍的非常详细,对大家... 目录一、列表切片的基本用法1.1 基本切片操作1.2 切片的负索引1.3 切片的省略二、列表切分的高

java两个List的交集,并集方式

《java两个List的交集,并集方式》文章主要介绍了Java中两个List的交集和并集的处理方法,推荐使用Apache的CollectionUtils工具类,因为它简单且不会改变原有集合,同时,文章... 目录Java两个List的交集,并集方法一方法二方法三总结java两个List的交集,并集方法一

Java集合中的List超详细讲解

《Java集合中的List超详细讲解》本文详细介绍了Java集合框架中的List接口,包括其在集合中的位置、继承体系、常用操作和代码示例,以及不同实现类(如ArrayList、LinkedList和V... 目录一,List的继承体系二,List的常用操作及代码示例1,创建List实例2,增加元素3,访问元

C#比较两个List集合内容是否相同的几种方法

《C#比较两个List集合内容是否相同的几种方法》本文详细介绍了在C#中比较两个List集合内容是否相同的方法,包括非自定义类和自定义类的元素比较,对于非自定义类,可以使用SequenceEqual、... 目录 一、非自定义类的元素比较1. 使用 SequenceEqual 方法(顺序和内容都相等)2.

MySQL报错sql_mode=only_full_group_by的问题解决

《MySQL报错sql_mode=only_full_group_by的问题解决》本文主要介绍了MySQL报错sql_mode=only_full_group_by的问题解决,文中通过示例代码介绍的非... 目录报错信息DataGrip 报错还原Navicat 报错还原报错原因解决方案查看当前 sql mo

Java中List转Map的几种具体实现方式和特点

《Java中List转Map的几种具体实现方式和特点》:本文主要介绍几种常用的List转Map的方式,包括使用for循环遍历、Java8StreamAPI、ApacheCommonsCollect... 目录前言1、使用for循环遍历:2、Java8 Stream API:3、Apache Commons

【C++】_list常用方法解析及模拟实现

相信自己的力量,只要对自己始终保持信心,尽自己最大努力去完成任何事,就算事情最终结果是失败了,努力了也不留遗憾。💓💓💓 目录   ✨说在前面 🍋知识点一:什么是list? •🌰1.list的定义 •🌰2.list的基本特性 •🌰3.常用接口介绍 🍋知识点二:list常用接口 •🌰1.默认成员函数 🔥构造函数(⭐) 🔥析构函数 •🌰2.list对象